Sign in
llvm
/
llvm-project
/
890c4bece26e005cd9fa5511fe0efa7307794de5
/
.
/
lldb
/
test
/
Shell
/
SymbolFile
/
DWARF
/
x86
/
apple-index-is-used.cpp
blob: 5bcb2cbcbbe293010df6afdf78c903f34ce884e2 [
file
] [
log
] [
blame
]
// Test that we use the apple indexes.
// 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
// CHECK: .apple_types index present
int
foo
;