Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Hexagon] Removing XFAIL on Hexagon target. | Colin LeMahieu | 2015-11-09 | 1 | -1/+0 |
| | | | | llvm-svn: 252450 | ||||
* | Improve "default_triple" specification: make it at the directory level for ↵ | Mehdi Amini | 2015-09-16 | 1 | -1/+0 |
| | | | | | | | test/tools/llvm-mc From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 247819 | ||||
* | Make the default triple optional by allowing an empty string | Mehdi Amini | 2015-09-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | When building LLVM as a (potentially dynamic) library that can be linked against by multiple compilers, the default triple is not really meaningful. We allow to explicitely set it to an empty string when configuring LLVM. In this case, said "target independent" tests in the test suite that are using the default triple are disabled by matching the newly available feature "default_triple". Reviewers: probinson, echristo Differential Revision: http://reviews.llvm.org/D12660 From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 247775 | ||||
* | Update test suite to make "ninja check" succeed without native backend builtin | Mehdi Amini | 2015-08-04 | 1 | -0/+1 |
| | | | | | | | Requires "native" feature in most places that were failing. From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 243960 | ||||
* | [llvm-mc] Pushing plumbing through for --fatal-warnings flag. | Colin LeMahieu | 2015-07-27 | 1 | -0/+5 |
llvm-svn: 243334 |