summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetLoweringObjectFile.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-12-29 13:29:38 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-12-29 13:29:38 +0000
commit032d422d2e28a0b116f6aa465d098141e1d36a59 (patch)
tree29e90fe5a8c42de2d594d577e07545b217db64f8 /llvm/lib/Target/TargetLoweringObjectFile.cpp
parentf3cabbd424c95ea182814cf3939f60e94e031e4c (diff)
downloadbcm5719-llvm-032d422d2e28a0b116f6aa465d098141e1d36a59.tar.gz
bcm5719-llvm-032d422d2e28a0b116f6aa465d098141e1d36a59.zip
Effectively revert r151058 which caused Clang's unwind.h to defer to
libunwind in all cases when installed. At the time, Clang's unwind.h didn't provide huge chunks of the LSB-specified unwind interface, and was generally too aenemic to use for real software. However, it has since then become a strict superset of the APIs provided by libunwind on Linux. Notably, you cannot compile llgo's libgo library against libunwind, but you can against Clang's unwind.h. So let's just use our header. =] I've checked pretty thoroughly for any incompatibilities, and I am not aware of any. An open question is whether or not we should continue to munge GNU_SOURCE here. I didn't touch that as it potentially has compatibility implications on systems I cannot easily test -- Darwin. If a Darwin maintainer can verify that this is in fact unnecessary and remove it, cool. Until then, leaving it in makes this change a no-op there, and only really relevant on Linux systems where it is pretty clearly the right way to go. llvm-svn: 224934
Diffstat (limited to 'llvm/lib/Target/TargetLoweringObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud