mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
d798a515e9
Reader code much easier to read and maintain. Backwards compatibility from version 5 format has been retained. Older formats will produce an error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31723 91177308-0d34-0410-b5e6-96231b3b80d8
4 lines
228 B
LLVM
4 lines
228 B
LLVM
; 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
|