[OpenACC] Implement 'collapse' for combined constructs.
[llvm-project.git] / llvm / test / tools / dsymutil / absolute_symbol.test
blobae61bf750738e118dde0631a0978ed157bb38fca
1 RUN: dsymutil -dump-debug-map -oso-prepend-path %p %p/Inputs/absolute_sym.macho.i386 | FileCheck %s
3 RUN: dsymutil --linker parallel -dump-debug-map -oso-prepend-path %p %p/Inputs/absolute_sym.macho.i386 | FileCheck %s
5 The tested object file has been created by the dummy Objective-C code:
6 @interface Foo
7 @end
9 @implementation Foo
10 @end
12 int main() { return 0; }
14 compiled for i386. This create an absolute symbol .objc_class_name_Foo
15 We must not consider this symbol for debug info linking as its address
16 might conflict with other real symbols in the same file.
18 CHECK: objc_class_name_Foo
19 CHECK-NOT: objAddr
20 CHECK: }