Stephen Lin
|
4362261b00
|
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.
llvm-svn: 188447
|
2013-08-15 06:47:53 +00:00 |
Daniel Dunbar
|
fe06df4bf3
|
C++: Add support for -fno-use-cxa-atexit.
- So much typing, so little gain...
Also, rename the __cxx_global_initialization function just to match llvm-gcc.
llvm-svn: 99039
|
2010-03-20 04:15:41 +00:00 |
Alexis Hunt
|
aecc45cb3c
|
Mangle static variables with an extra name to distinguish them from non-static variables in the same TU.
Fixes PR5966 for real this time; also reverts r92911, which had a incorrect fix.
llvm-svn: 94352
|
2010-01-24 03:04:27 +00:00 |
Eli Friedman
|
5866fe306d
|
Fix for PR5967: Make const-marking for LLVM globals correct for cases requiring
run-time initialization, and emit run-time initializers aggresively to avoid
ordering issues with deferred globals.
llvm-svn: 92976
|
2010-01-08 00:50:11 +00:00 |