Sign in
llvm
/
llvm-project
/
ba767d0bbbde4107700ff66ecfd97eb75d85a35d
/
.
/
lldb
/
test
/
Shell
/
SymbolFile
/
DWARF
/
x86
/
apple-index-is-used.cpp
blob: 8ef2e56ba3d4da948244195549587b78dfa2a95d [
file
]
// Test that we use the apple indexes.
// RUN: %clangxx %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
;