summaryrefslogtreecommitdiff
path: root/lld/test/ELF/msp430.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/msp430.s')
-rw-r--r--lld/test/ELF/msp430.s10
1 files changed, 5 insertions, 5 deletions
diff --git a/lld/test/ELF/msp430.s b/lld/test/ELF/msp430.s
index 83548fdf4ce..96820acbc3f 100644
--- a/lld/test/ELF/msp430.s
+++ b/lld/test/ELF/msp430.s
@@ -1,8 +1,8 @@
; REQUIRES: msp430
-; RUN: llvm-mc -filetype=obj -triple=msp430-elf %s -o %t
-; RUN: llvm-mc -filetype=obj -triple=msp430-elf %S/Inputs/msp430.s -o %t2
-; RUN: ld.lld --Tdata=0x2000 --Ttext=0x8000 --defsym=_byte=0x21 %t2 %t -o %t3
-; RUN: llvm-objdump -s -d %t3 | FileCheck %s
+; RUN: llvm-mc -filetype=obj -triple=msp430-elf -o %t1.o %s
+; RUN: echo -e '.global _start\n _start: nop' | llvm-mc -filetype=obj -triple=msp430-elf -o %t2.o -
+; RUN: ld.lld -o %t.exe --Tdata=0x2000 --Ttext=0x8000 --defsym=_byte=0x21 %t2.o %t1.o
+; RUN: llvm-objdump -s -d %t.exe | FileCheck %s
;; Check handling of basic msp430 relocation types.
@@ -39,5 +39,5 @@ foo:
; CHECK: Contents of section .data:
; CHECK-NEXT: 2000 21008000 800000
-; RUN: od -x %t3 | FileCheck -check-prefix=TRAP %s
+; RUN: od -x %t.exe | FileCheck -check-prefix=TRAP %s
; TRAP: 4343 4343 4343 4343 4343 4343 4343 4343