Skip to content

Commit 445fc51

Browse files
[lldb][test] Force dwarf4 usage in test requiring it (#95449)
This test is explicitly checking for dwarf 4 behavior on Apple platforms, so we should explicitly use the dwarf4 flag. Related to #95164
1 parent c63b9a5 commit 445fc51

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)