[ARM] Rewrite how VCMP are lowered, using a single node
[llvm-core.git] / test / tools / dsymutil / X86 / basic-with-libfat-test.test
blobfb5ee7dd2a96a7e6b9b2ca670232fdac5a07cb19
1 RUN: dsymutil -f -o - -oso-prepend-path=%p/.. %p/../Inputs/basic-with-libfat-test.macho.x86_64 | llvm-dwarfdump - | FileCheck %s 
3 The test binary was created by force-linking the libfat-test.a fat archive
4 with the basic linking test archive, like so:
5 $ clang -all_load libfat-test.a libbasic.a basic1.macho.x86_64.o -Wl,-dead_strip -u _x86_64_var
7 CHECK: DW_AT_name{{.*}}"x86_64_var"
8 CHECK: DW_AT_name{{.*}}"basic2.c"
9 CHECK: DW_AT_name{{.*}}"basic3.c"
10 CHECK: DW_AT_name{{.*}}"basic1.c"