summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-mc/fatal_warnings.test
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Removing XFAIL on Hexagon target.Colin LeMahieu2015-11-091-1/+0
| | | | llvm-svn: 252450
* Improve "default_triple" specification: make it at the directory level for ↵Mehdi Amini2015-09-161-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 stringMehdi Amini2015-09-161-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 builtinMehdi Amini2015-08-041-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 LeMahieu2015-07-271-0/+5
llvm-svn: 243334
OpenPOWER on IntegriCloud