Remove an external test file. NFC.

llvm-svn: 350855
This commit is contained in:
Rui Ueyama 2019-01-10 17:57:30 +00:00
parent 105f4f2653
commit 69e9fcef6a
2 changed files with 5 additions and 9 deletions

View File

@ -1,4 +0,0 @@
.text
.global _start
_start:
nop

View File

@ -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