Fix test to handle .rel and .rela sections (& to actually specify the target architec...
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 22 Apr 2017 08:17:39 +0000 (08:17 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 22 Apr 2017 08:17:39 +0000 (08:17 +0000)
llvm-svn: 301073

llvm/test/DebugInfo/X86/split-dwarf-cross-unit-reference.ll

index 8922259..c6f0afa 100644 (file)
@@ -1,13 +1,13 @@
-; RUN: llc -split-dwarf-file=foo.dwo -filetype=obj -o - < %s | llvm-objdump -r - | FileCheck %s
+; RUN: llc -mtriple=x86_64-linux -split-dwarf-file=foo.dwo -filetype=obj -o - < %s | llvm-objdump -r - | FileCheck %s
 
-; CHECK-NOT: .rela.debug_info.dwo
-; CHECK: RELOCATION RECORDS FOR [.rela.debug_info]:
+; CHECK-NOT: .rel{{a?}}.debug_info.dwo
+; CHECK: RELOCATION RECORDS FOR [.rel{{a?}}.debug_info]:
 ; CHECK-NOT: RELOCATION RECORDS
 ; Expect one relocation in debug_info, between f3 and f1.
 ; CHECK: R_X86_64_32 .debug_info
 ; CHECK-NOT: .debug_info
 ; CHECK: RELOCATION RECORDS
-; CHECK-NOT: .rela.debug_info.dwo
+; CHECK-NOT: .rel{{a?}}.debug_info.dwo
 
 
 ; Function Attrs: noinline nounwind optnone uwtable