diff options
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/tools/gold/X86/multiple-data.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/tools/gold/X86/multiple-data.s b/llvm/test/tools/gold/X86/multiple-data.s index e46d964c289..9906a5a1633 100644 --- a/llvm/test/tools/gold/X86/multiple-data.s +++ b/llvm/test/tools/gold/X86/multiple-data.s @@ -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: |

