[Lldb-commits] [lldb] Reapply [lldb][DWARF] Delay struct/class/union definition DIE searching when parsing declaration DIEs. (PR #98361)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 11 23:36:35 PDT 2024


================
@@ -4,8 +4,8 @@
 
 // REQUIRES: lld
 
-// RUN: %clang --target=x86_64-pc-linux -c %s -o %t-a.o -g -gsimple-template-names -DFILE_A
-// RUN: %clang --target=x86_64-pc-linux -c %s -o %t-b.o -g -gsimple-template-names -DFILE_B
----------------
labath wrote:

We should keep the existing test, but you can add another set of RUN lines to it.
If you do that, it would also be good to rename the test to reflect its wider scope. Maybe to something about type definition searching, as that's the common theme in the two cases.

https://github.com/llvm/llvm-project/pull/98361


More information about the lldb-commits mailing list