summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/deferred-global-init.cpp
Commit message (Collapse)AuthorAgeFilesLines
* C++: Add support for -fno-use-cxa-atexit.Daniel Dunbar2010-03-201-1/+1
| | | | | | | | - So much typing, so little gain... Also, rename the __cxx_global_initialization function just to match llvm-gcc. llvm-svn: 99039
* Mangle static variables with an extra name to distinguish them from ↵Alexis Hunt2010-01-241-1/+1
| | | | | | | | non-static variables in the same TU. Fixes PR5966 for real this time; also reverts r92911, which had a incorrect fix. llvm-svn: 94352
* Fix for PR5967: Make const-marking for LLVM globals correct for cases requiringEli Friedman2010-01-081-0/+16
run-time initialization, and emit run-time initializers aggresively to avoid ordering issues with deferred globals. llvm-svn: 92976
OpenPOWER on IntegriCloud