diff options
author | Fangrui Song <maskray@google.com> | 2019-10-29 15:28:19 -0700 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2019-11-08 09:42:50 -0800 |
commit | 70e62a4fa6c2146fb49ee4460dad8e04152ce0a6 (patch) | |
tree | 1ccd2997fd6cb773d972228f32446d3a14740471 /lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp | |
parent | 9aff5e1c188445190249f5cb78a574a4bedc55b0 (diff) | |
download | bcm5719-llvm-70e62a4fa6c2146fb49ee4460dad8e04152ce0a6.tar.gz bcm5719-llvm-70e62a4fa6c2146fb49ee4460dad8e04152ce0a6.zip |
[ELF] Suggest extern "C" when an undefined reference is mangled while the definition is not
When missing an extern "C" declaration, an undefined reference may be
mangled while the definition is not. Suggest the missing
extern "C" and the base name.
Reviewed By: ruiu
Differential Revision: https://reviews.llvm.org/D69592
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp')
0 files changed, 0 insertions, 0 deletions