Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testcase gardening: update the emissionKind enum to the new syntax. (NFC) | Adrian Prantl | 2016-04-01 | 1 | -1/+1 |
| | | | | llvm-svn: 265081 | ||||
* | Move the DebugEmissionKind enum from DIBuilder into DICompileUnit. | Adrian Prantl | 2016-03-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | This mostly cosmetic patch moves the DebugEmissionKind enum from DIBuilder into DICompileUnit. DIBuilder is not the right place for this enum to live in — a metadata consumer should not have to include DIBuilder.h. I also added a Verifier check that checks that the emission kind of a DICompileUnit is actually legal. http://reviews.llvm.org/D18612 <rdar://problem/25427165> llvm-svn: 265077 | ||||
* | Make the default triple optional by allowing an empty string | Mehdi Amini | 2015-09-16 | 1 | -0/+8 |
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 |