File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 1- # RUN: llvm-mc -triple riscv32 < %s \
1+ # RUN: llvm-mc -triple riscv32 %s \
22# RUN: | FileCheck -check-prefix=CHECK-ASM %s
3- # RUN: llvm-mc -triple riscv64 < %s \
3+ # RUN: llvm-mc -triple riscv64 %s \
44# RUN: | FileCheck -check-prefix=CHECK-ASM %s
55
6- # RUN: llvm-mc -filetype=obj -triple riscv32 < %s \
6+ # RUN: llvm-mc -filetype=obj -triple riscv32 %s \
77# RUN: | llvm-objdump -dr -M no-aliases - \
88# RUN: | FileCheck -check-prefix=CHECK-OBJ %s
9- # RUN: llvm-mc -filetype=obj -triple riscv64 < %s \
9+ # RUN: llvm-mc -filetype=obj -triple riscv64 %s \
1010# RUN: | llvm-objdump -dr -M no-aliases - \
1111# RUN: | FileCheck -check-prefix=CHECK-OBJ %s
1212
1313 # CHECK-ASM: .text
14-
15- # If `.set ` is used instead, the relocation expression will be evaluated.
16- # This leaves an undef, global symbol called VENDOR_NAME, which I'm not happy
17- # about.
18- .global VENDOR_NAME
19-
2014 # CHECK-OBJ: <.text >:
2115
2216 nop
3933 nop
4034 # CHECK-ASM: nop
4135 # CHECK-OBJ: addi zero, zero, 0x0
42-
43-
You can’t perform that action at this time.
0 commit comments