1 | // Test that we use the apple indexes. |
---|---|
2 | // RUN: %clang %s -g -c -o %t --target=x86_64-apple-macosx |
3 | // RUN: lldb-test symbols %t | FileCheck %s |
4 | |
5 | // CHECK: .apple_names index present |
6 | // CHECK: .apple_types index present |
7 | |
8 | int foo; |
9 |
1 | // Test that we use the apple indexes. |
---|---|
2 | // RUN: %clang %s -g -c -o %t --target=x86_64-apple-macosx |
3 | // RUN: lldb-test symbols %t | FileCheck %s |
4 | |
5 | // CHECK: .apple_names index present |
6 | // CHECK: .apple_types index present |
7 | |
8 | int foo; |
9 |