diff options
| author | Sean Callanan <scallanan@apple.com> | 2016-06-02 17:59:47 +0000 |
|---|---|---|
| committer | Sean Callanan <scallanan@apple.com> | 2016-06-02 17:59:47 +0000 |
| commit | 34ab28a470630bcf87d6199bf2844d17305cdeff (patch) | |
| tree | d4ad4dd047116f3eb876b48bc9f224f1a50eb7d3 /llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.h | |
| parent | b9c80fd8b5426514259ae552dfb71b5cdd61a097 (diff) | |
| download | bcm5719-llvm-34ab28a470630bcf87d6199bf2844d17305cdeff.tar.gz bcm5719-llvm-34ab28a470630bcf87d6199bf2844d17305cdeff.zip | |
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/CodeGen/AsmPrinter/DebugHandlerBase.h')
0 files changed, 0 insertions, 0 deletions

