xref: /llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/apple-index-is-used.cpp (revision 445fc51800d391d0c912d8c6c918b016e0604319)
1 // Test that we use the apple indexes.
2 // RUN: %clang %s -g -c -o %t --target=x86_64-apple-macosx -gdwarf-4
3 // RUN: lldb-test symbols %t | FileCheck %s
4 
5 // CHECK: .apple_names index present
6 // CHECK: .apple_types index present
7 
8 int foo;
9