diff options
| author | Duncan Sands <baldrick@free.fr> | 2010-09-15 08:09:55 +0000 |
|---|---|---|
| committer | Duncan Sands <baldrick@free.fr> | 2010-09-15 08:09:55 +0000 |
| commit | e69aeaac8b7acbe33fbefcea7d9eae0cd45eb521 (patch) | |
| tree | c4309562945fd7736f56173cdf5b2bae11b4997e /lldb/source/Plugins/SymbolFile | |
| parent | 7b31a61d10851a23664afbd57e51b4ec2c3afd17 (diff) | |
| download | bcm5719-llvm-e69aeaac8b7acbe33fbefcea7d9eae0cd45eb521.tar.gz bcm5719-llvm-e69aeaac8b7acbe33fbefcea7d9eae0cd45eb521.zip | |
Remove LLVM_GLOBAL_VISIBILITY, which is unused, and was not working properly.
The problem was that the test for whether a compiler supports it or not was
inaccurate, but has to be accurate: LLVM_LOCAL_VISIBILITY is an optimization
and not needed for correctness, so wrongly thinking a compiler doesn't support
it is not a big deal, but LLVM_GLOBAL_VISIBILITY is for correctness, and not
an optimization: getting it wrong is fatal: it needs to be set based on a
configure test not testing the gcc version. Since dragonegg has moved to a
different scheme, and it was the only user of LLVM_GLOBAL_VISIBILITY, just
remove this macro.
llvm-svn: 113959
Diffstat (limited to 'lldb/source/Plugins/SymbolFile')
0 files changed, 0 insertions, 0 deletions

