Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / dsymutil / X86 / basic-with-libfat-test.test
blob180f05d6c20cd47eac62d9a6469398d29244810d
1 RUN: dsymutil -f -o - -oso-prepend-path=%p/.. %p/../Inputs/basic-with-libfat-test.macho.x86_64 | llvm-dwarfdump - | FileCheck %s
3 RUN: dsymutil --linker llvm -f -o - -oso-prepend-path=%p/.. \
4 RUN:   %p/../Inputs/basic-with-libfat-test.macho.x86_64 | llvm-dwarfdump - \
5 RUN:   | FileCheck %s
7 The test binary was created by force-linking the libfat-test.a fat archive
8 with the basic linking test archive, like so:
9 $ clang -all_load libfat-test.a libbasic.a basic1.macho.x86_64.o -Wl,-dead_strip -u _x86_64_var
11 CHECK: DW_AT_name{{.*}}"x86_64_var"
12 CHECK: DW_AT_name{{.*}}"basic2.c"
13 CHECK: DW_AT_name{{.*}}"basic3.c"
14 CHECK: DW_AT_name{{.*}}"basic1.c"