Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add comdat to string literal variables on COFF. | Rafael Espindola | 2015-01-16 | 1 | -1/+1 |
| | | | | llvm-svn: 226317 | ||||
* | Mangle predefined string constants names to merge them at link-time | Alexey Samsonov | 2014-06-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Summary: This change generalizes the code used to create global LLVM variables referencing predefined strings (e.g. __FUNCTION__): now it just calls GetAddrOfConstantStringFromLiteral method. As a result, global variables for these predefined strings may get mangled names and linkonce_odr linkage. Fix the test accordingly. Test Plan: clang regression tests Reviewers: majnemer Reviewed By: majnemer Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D4023 llvm-svn: 210284 | ||||
* | Remove the -cxx-abi command-line flag. | Hans Wennborg | 2014-01-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | This makes the C++ ABI depend entirely on the target: MS ABI for -win32 triples, Itanium otherwise. It's no longer possible to do weird combinations. To be able to run a test with a specific ABI without constraining it to a specific triple, new substitutions are added to lit: %itanium_abi_triple and %ms_abi_triple can be used to get the current target triple adjusted to the desired ABI. For example, if the test suite is running with the i686-pc-win32 target, %itanium_abi_triple will expand to i686-pc-mingw32. Differential Revision: http://llvm-reviews.chandlerc.com/D2545 llvm-svn: 199250 | ||||
* | Prepare for using MS ABI by default for Win32: update CodeGenCXX tests | Hans Wennborg | 2013-12-13 | 1 | -1/+1 |
| | | | | llvm-svn: 197281 | ||||
* | Add tests that I wrote for r159060 but forgot to `svn add`. | Nico Weber | 2012-06-25 | 1 | -0/+20 |
llvm-svn: 159170 |