mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
Disabling a RUN line that's broken until addrspace roundtrips
through llvm-as|llvm-dis. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45097 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
57cebeec7b
commit
0a1f248f28
@ -114,7 +114,7 @@ let test_types () =
|
||||
end;
|
||||
|
||||
begin group "qualified_pointer";
|
||||
(* RUN: grep {QualPtrTy.*i8.*3.*\*} < %t.ll
|
||||
(* XXX: grep {QualPtrTy.*i8.*3.*\*} < %t.ll
|
||||
*)
|
||||
let ty = qualified_pointer_type i8_type 3 in
|
||||
insist (define_type_name "QualPtrTy" ty m);
|
||||
|
Loading…
x
Reference in New Issue
Block a user