mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
tweak this to accept asmprinter changes. I have no way to verify this, hopefully
the buildbot will work. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65750 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d2b6cb0a2b
commit
890484984b
@ -259,7 +259,7 @@ let test_constants () =
|
||||
ignore (define_global "Const08" c m);
|
||||
insist ((vector_type i16_type 8) = (type_of c));
|
||||
|
||||
(* RUN: grep {Const09.*. i16, i16, i32, i32 . .} < %t.ll
|
||||
(* RUN: grep {Const09.*.i16 1, i16 2, i32 3, i32 4} < %t.ll
|
||||
*)
|
||||
group "structure";
|
||||
let c = const_struct [| one; two; three; four |] in
|
||||
|
Loading…
x
Reference in New Issue
Block a user