diff options
Diffstat (limited to 'lit/SymbolFile/DWARF/apple-index-is-used.cpp')
-rw-r--r-- | lit/SymbolFile/DWARF/apple-index-is-used.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lit/SymbolFile/DWARF/apple-index-is-used.cpp b/lit/SymbolFile/DWARF/apple-index-is-used.cpp deleted file mode 100644 index 00440531e99f..000000000000 --- a/lit/SymbolFile/DWARF/apple-index-is-used.cpp +++ /dev/null @@ -1,8 +0,0 @@ -// Test that we use the apple indexes. -// RUN: %clang %s -g -c -o %t --target=x86_64-apple-macosx -// RUN: lldb-test symbols %t | FileCheck %s - -// CHECK: .apple_names index present -// CHECK: .apple_types index present - -int foo; |