forked from OSchip/llvm-project
Updated for the new QMTest test suite. Temporary output file is now placed
inside the temporary file directory. llvm-svn: 8744
This commit is contained in:
parent
4a9eeed2ad
commit
26ef887bc3
|
@ -1,4 +1,4 @@
|
|||
; RUN: llvm-as < %s | opt -f -lowerrefs -o Output/%s.bc
|
||||
; RUN: llvm-as < %s | opt -f -lowerrefs -o %t1.bc
|
||||
;
|
||||
%Flat_struct = type { sbyte, float }
|
||||
%Flat_t = type { sbyte, float }
|
||||
|
|
Loading…
Reference in New Issue