From: David Blaikie Date: Sat, 22 Apr 2017 08:17:39 +0000 (+0000) Subject: Fix test to handle .rel and .rela sections (& to actually specify the target architec... X-Git-Tag: llvmorg-5.0.0-rc1~6957 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5477b97d45fb0e53d0aabee55ec4bddbf59eb83a;p=platform%2Fupstream%2Fllvm.git Fix test to handle .rel and .rela sections (& to actually specify the target architecture as X86) llvm-svn: 301073 --- diff --git a/llvm/test/DebugInfo/X86/split-dwarf-cross-unit-reference.ll b/llvm/test/DebugInfo/X86/split-dwarf-cross-unit-reference.ll index 8922259..c6f0afa 100644 --- a/llvm/test/DebugInfo/X86/split-dwarf-cross-unit-reference.ll +++ b/llvm/test/DebugInfo/X86/split-dwarf-cross-unit-reference.ll @@ -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