diff options
author | John McCall <rjmccall@apple.com> | 2010-09-18 05:25:11 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2010-09-18 05:25:11 +0000 |
commit | 386dfc738e83df6c4b95e17a32a5dc84ef564756 (patch) | |
tree | d5f58d461cf95af9ba46d3f11ee6457a4f7f2c99 /llvm/lib/CodeGen/MachineSink.cpp | |
parent | b92b13d8a0763382692e8f907af97c83ef78a88e (diff) | |
download | bcm5719-llvm-386dfc738e83df6c4b95e17a32a5dc84ef564756.tar.gz bcm5719-llvm-386dfc738e83df6c4b95e17a32a5dc84ef564756.zip |
static local variables with destructors don't require a global destructor
unless we're on a platform without __cxa_atexit (or use thereof has been
disabled). This patch actually just disables the check completely for
static locals, but I've filed http://llvm.org/bugs/show_bug.cgi?id=8176 to
track the platform-specific fix.
llvm-svn: 114269
Diffstat (limited to 'llvm/lib/CodeGen/MachineSink.cpp')
0 files changed, 0 insertions, 0 deletions