diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2016-06-20 02:48:11 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2016-06-20 02:48:11 +0000 |
commit | f3b71581dd9b56cca44e80a7b595d2b8a641d8f6 (patch) | |
tree | 338aea41bf2fa6e2d580d184842cde44cd7ae658 /lldb/packages/Python/lldbsuite/test/lang/cpp/call-function/main.cpp | |
parent | a705843f23ce7277fb1cffaa9f55447e91059594 (diff) | |
download | bcm5719-llvm-f3b71581dd9b56cca44e80a7b595d2b8a641d8f6.tar.gz bcm5719-llvm-f3b71581dd9b56cca44e80a7b595d2b8a641d8f6.zip |
Fix dynamically linked debug builds.
On the surface, this might not look like it does anything... but
actually it brings in the declaration "extern template class
AnalysisManager<Loop>;", which suppresses the instantiation of the
constructor, which avoids the funny interaction between "extern
template" and -fvisibility-inlines-hidden.
llvm-svn: 273133
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/call-function/main.cpp')
0 files changed, 0 insertions, 0 deletions