File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
// Verify that the .loc_label instruction resets the line sequence and generates
2
2
// the requested label at the correct position in the line stream
3
3
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
5
5
// RUN: llvm-dwarfdump -v --debug-line %t.o | FileCheck %s --check-prefix=CHECK-LINE-TABLE
6
6
// RUN: llvm-readelf -s %t.o | FileCheck %s --check-prefix=CHECK-SYM
7
7
// RUN: llvm-objdump -s -j .offsets %t.o | FileCheck %s --check-prefix=CHECK-OFFSETS
8
8
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:
11
11
12
12
13
13
You can’t perform that action at this time.
0 commit comments