Skip to content

Commit abb02b7

Browse files
author
Alex B
committed
Rebase & fix 'x86_64-linux-elf' triple
1 parent 56b5365 commit abb02b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/MC/ELF/debug-loc-label.s

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// Verify that the .loc_label instruction resets the line sequence and generates
22
// the requested label at the correct position in the line stream
33

4-
// RUN: llvm-mc -filetype obj -triple x86_64-linux-elf %s -o %t.o
4+
// RUN: llvm-mc -filetype obj -triple x86_64 %s -o %t.o
55
// RUN: llvm-dwarfdump -v --debug-line %t.o | FileCheck %s --check-prefix=CHECK-LINE-TABLE
66
// RUN: llvm-readelf -s %t.o | FileCheck %s --check-prefix=CHECK-SYM
77
// RUN: llvm-objdump -s -j .offsets %t.o | FileCheck %s --check-prefix=CHECK-OFFSETS
88

9-
// RUN: not llvm-mc -filetype obj -triple x86_64-linux-elf --defsym ERR=1 %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=ERR --implicit-check-not=error:
10-
// RUN: not llvm-mc -filetype obj -triple x86_64-linux-elf --defsym ERR2=1 %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=ERR2 --implicit-check-not=error:
9+
// RUN: not llvm-mc -filetype obj -triple x86_64 --defsym ERR=1 %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=ERR --implicit-check-not=error:
10+
// RUN: not llvm-mc -filetype obj -triple x86_64 --defsym ERR2=1 %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=ERR2 --implicit-check-not=error:
1111

1212

1313

0 commit comments

Comments
 (0)