aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Threading.cpp
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2016-06-02 17:59:47 +0000
committerSean Callanan <scallanan@apple.com>2016-06-02 17:59:47 +0000
commit34ab28a470630bcf87d6199bf2844d17305cdeff (patch)
treed4ad4dd047116f3eb876b48bc9f224f1a50eb7d3 /llvm/lib/Support/Threading.cpp
parentb9c80fd8b5426514259ae552dfb71b5cdd61a097 (diff)
downloadllvm-34ab28a470630bcf87d6199bf2844d17305cdeff.zip
llvm-34ab28a470630bcf87d6199bf2844d17305cdeff.tar.gz
llvm-34ab28a470630bcf87d6199bf2844d17305cdeff.tar.bz2
Fixed a problem where we couldn't call extern "C" functions.
Some compilers do not mark up C++ functions as extern "C" in the DWARF, so LLDB has to fall back (if it is about to give up finding a symbol) to using the base name of the function. This fix also ensures that we search by full name rather than "auto," which could cause unrelated C++ names to be found. Finally, it adds a test case. <rdar://problem/25094302> llvm-svn: 271551
Diffstat (limited to 'llvm/lib/Support/Threading.cpp')
0 files changed, 0 insertions, 0 deletions