summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/ms_wide_predefined_expr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Set dso_local on string literals.Rafael Espindola2018-03-201-1/+1
| | | | llvm-svn: 328040
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-1/+1
| | | | | | | It is not needed after LLVM r327734. Now it will be easier to copy-paste IR symbol names from Clang. llvm-svn: 327738
* Add comdat to string literal variables on COFF.Rafael Espindola2015-01-161-1/+1
| | | | llvm-svn: 226317
* Mangle predefined string constants names to merge them at link-timeAlexey Samsonov2014-06-051-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 Wennborg2014-01-141-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 testsHans Wennborg2013-12-131-1/+1
| | | | llvm-svn: 197281
* Add tests that I wrote for r159060 but forgot to `svn add`.Nico Weber2012-06-251-0/+20
llvm-svn: 159170
OpenPOWER on IntegriCloud