mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Remove tests for checking bytecode upgrade. Bytecode upgrade is being
replaced in 2.0 with assembly upgrade via the llvm-upgrade tool. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32132 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
70e0531fce
commit
595a4e51d5
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
; RUN: llvm-dis %s.bc-16 -o /dev/null -f &&
|
||||
; RUN: llc %s.bc-16 -o /dev/null -f -march=c
|
||||
; Just see if we can disassemble the bc file corresponding to this file.
|
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
; RUN: llvm-dis %s.bc-16 -o /dev/null -f &&
|
||||
; RUN: llc %s.bc-16 -o /dev/null -f -march=c
|
||||
; Just see if we can disassemble the bc file corresponding to this file.
|
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
; Just see if we can disassemble the ver6.ll.bc bc file for upgrade purposes.
|
||||
; RUN: llvm-dis < %s.bc | llvm-as | llc -o /dev/null -f -march=c
|
||||
; RUN: llvm-dis < %s.bc | llvm-as | opt -verify | llvm-dis | llvm-as -o /dev/null -f
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user