Skip to content

Commit 52b3d2d

Browse files
Merge pull request #8902 from felipepiovezan/felipe/lldb_dwarf4_test
[lldb][test] Force dwarf4 usage in test requiring it (llvm#95449)
2 parents a3690f5 + 821af12 commit 52b3d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/SymbolFile/DWARF/x86/apple-index-is-used.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Test that we use the apple indexes.
2-
// RUN: %clang %s -g -c -o %t --target=x86_64-apple-macosx
2+
// RUN: %clang %s -g -c -o %t --target=x86_64-apple-macosx -gdwarf-4
33
// RUN: lldb-test symbols %t | FileCheck %s
44

55
// CHECK: .apple_names index present

0 commit comments

Comments
 (0)