diff options
author | Adrian Prantl <aprantl@apple.com> | 2021-06-16 18:17:58 -0700 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2021-06-16 18:21:43 -0700 |
commit | 42e2a90684196d6ffadf785e98ea5de0876b4a3e (patch) | |
tree | 91151bf2149d2e43902ab88ea934d19a3f2ecff2 /lldb/source/Commands/CommandObjectGUI.cpp | |
parent | 562bfe1274a17698c445ee3d7bb4a7911d74f657 (diff) | |
download | llvm-42e2a90684196d6ffadf785e98ea5de0876b4a3e.zip llvm-42e2a90684196d6ffadf785e98ea5de0876b4a3e.tar.gz llvm-42e2a90684196d6ffadf785e98ea5de0876b4a3e.tar.bz2 |
Relax language comparison when matching up C++ forward decls with definitions
when dealing with -gmodules debug info.
This fixes the bot failures on Darwin.
A recent clang change (presumably https://reviews.llvm.org/D104291)
introduced a bug where .pcm files would identify themselves as
DW_LANG_C_plus_plus, but the .o that references them would identify as
DW_LANG_C_plus_plus_14. While that bug needs to be fixed, too, it
shows that the current strict comparison also isn't meaningful.
rdar://79423225
Diffstat (limited to 'lldb/source/Commands/CommandObjectGUI.cpp')
0 files changed, 0 insertions, 0 deletions