[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / tools / dsymutil / absolute_symbol.test
blob1724cb74366222686239573f3f495973dc5061aa
1 RUN: dsymutil -dump-debug-map -oso-prepend-path %p %p/Inputs/absolute_sym.macho.i386 | FileCheck %s
3 The tested object file has been created by the dummy Objective-C code:
4 @interface Foo
5 @end
7 @implementation Foo
8 @end
10 int main() { return 0; }
12 compiled for i386. This create an absolute symbol .objc_class_name_Foo
13 We must not consider this symbol for debug info linking as its address
14 might conflict with other real symbols in the same file.
16 CHECK: objc_class_name_Foo
17 CHECK-NOT: objAddr
18 CHECK: }