[llvm] r309176 - [gold] Relax this tests a little more.
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 26 14:01:57 PDT 2017
Author: davide
Date: Wed Jul 26 14:01:57 2017
New Revision: 309176
URL: http://llvm.org/viewvc/llvm-project?rev=309176&view=rev
Log:
[gold] Relax this tests a little more.
Thanks to Peter for the report!
Modified:
llvm/trunk/test/tools/gold/X86/multiple-data.s
Modified: llvm/trunk/test/tools/gold/X86/multiple-data.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/gold/X86/multiple-data.s?rev=309176&r1=309175&r2=309176&view=diff
==============================================================================
--- llvm/trunk/test/tools/gold/X86/multiple-data.s (original)
+++ llvm/trunk/test/tools/gold/X86/multiple-data.s Wed Jul 26 14:01:57 2017
@@ -9,9 +9,9 @@
# RUN: --section-ordering-file=%t_order_lto.txt
# RUN: llvm-readobj -elf-output-style=GNU -t %t.exe | FileCheck %s
-# CHECK: 00000000004010fc 4 OBJECT GLOBAL DEFAULT 2 dipsy
-# CHECK: 00000000004010f8 4 OBJECT GLOBAL DEFAULT 2 tin
-# CHECK: 0000000000401100 4 OBJECT GLOBAL DEFAULT 2 pat
+# CHECK-DAG: 00000000004010fc 4 OBJECT GLOBAL DEFAULT 2 dipsy
+# CHECK-DAG: 00000000004010f8 4 OBJECT GLOBAL DEFAULT 2 tin
+# CHECK-DAG: 0000000000401100 4 OBJECT GLOBAL DEFAULT 2 pat
.globl _start
_start:
More information about the llvm-commits
mailing list