Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -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 LeMahieu | 2014-11-11 | 1 | -0/+2 |
comma it would access invalid memory. Cleaned up parse loop. llvm-svn: 221707 |