Sign in
android
/
toolchain
/
rustc
/
bcf972c0208490b0eb3ce3c170c2db486ba945b3
/
.
/
src
/
llvm-project
/
lldb
/
test
/
Shell
/
SymbolFile
/
DWARF
/
x86
/
apple-index-is-used.cpp
blob: 00440531e99f732eff43dff0903cb74ddf30f21a [
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
;