summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-mc
Commit message (Collapse)AuthorAgeFilesLines
* [lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song2019-06-171-1/+0
| | | | llvm-svn: 363538
* Replace unused output filenames with /dev/null in testsFangrui Song2018-07-021-1/+1
| | | | | | Similar to rLLD336129 llvm-svn: 336131
* [Hexagon] Removing XFAIL on Hexagon target.Colin LeMahieu2015-11-092-2/+0
| | | | llvm-svn: 252450
* Improve "default_triple" specification: make it at the directory level for ↵Mehdi Amini2015-09-165-5/+2
| | | | | | | 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-165-4/+7
| | | | | | | | | | | | | | | 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
* test: Add "REQUIRES: native" so this test passes with no default triple ↵Justin Bogner2015-09-151-0/+2
| | | | | | configured llvm-svn: 247719
* [llvm-mc] Better error handling in ENOENT case + test.Davide Italiano2015-09-141-0/+2
| | | | | | | | | | | | | This is a follow up to r247518. As a general note, I think we could do a much better job testing for error conditions in tools. I already anticipated in a previous mail, but while implementing this I noticed that the code coverage we have for error checking is pretty low. I can arbitrarily remove checks from several tools and the suite still passes. Differential Revision: http://reviews.llvm.org/D12846 llvm-svn: 247582
* Update test suite to make "ninja check" succeed without native backend builtinMehdi Amini2015-08-043-1/+3
| | | | | | | Requires "native" feature in most places that were failing. From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 243960
* [llvm-mc] Add --no-warn flag with -W alias to disable outputting warnings ↵Colin LeMahieu2015-07-271-0/+5
| | | | | | while assembling. llvm-svn: 243338
* [llvm-mc] Pushing plumbing through for --fatal-warnings flag.Colin LeMahieu2015-07-271-0/+5
| | | | llvm-svn: 243334
* [llvm-mc] Fixing case where if a file ended with non-newline whitespace or a ↵Colin LeMahieu2014-11-111-0/+2
comma it would access invalid memory. Cleaned up parse loop. llvm-svn: 221707
OpenPOWER on IntegriCloud