bolt/deps/llvm-18.1.8/lldb/test/Shell/SymbolFile/DWARF/x86/apple-index-is-used.cpp
2025-02-14 19:21:04 +01:00

8 lines
227 B
C++

// 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;