Skip to content

Commit

Permalink
[lldb][test] Force dwarf4 usage in test requiring it (#95449)
Browse files Browse the repository at this point in the history
This test is explicitly checking for dwarf 4 behavior on Apple
platforms, so we should explicitly use the dwarf4 flag.

Related to #95164
  • Loading branch information
felipepiovezan authored Jun 14, 2024
1 parent c63b9a5 commit 445fc51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Test that we use the apple indexes.
// RUN: %clang %s -g -c -o %t --target=x86_64-apple-macosx
// RUN: %clang %s -g -c -o %t --target=x86_64-apple-macosx -gdwarf-4
// RUN: lldb-test symbols %t | FileCheck %s

// CHECK: .apple_names index present
Expand Down

0 comments on commit 445fc51

Please sign in to comment.