Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
llvm-project
/
lldb
/
lit
/
SymbolFile
/
DWARF
/
apple-index-is-used.cpp
blob: 104d86756e48eb3a80121e9432fbc43901c8cb9d [
file
] [
log
] [
blame
]
// 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
;