summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-mc/line_end_with_space.test
Commit message (Collapse)AuthorAgeFilesLines
* 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-1/+1
| | | | | | | Requires "native" feature in most places that were failing. From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 243960
* [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