Home | History | Annotate | Download | only in X86
      1 RUN: llvm-dsymutil -f -o - -oso-prepend-path=%p/.. %p/../Inputs/basic-with-libfat-test.macho.x86_64 | llvm-dwarfdump - | FileCheck %s 
      2 
      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
      6 
      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"
     11