mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 18:31:23 +00:00
This fails on mainline.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32007 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
458cf462ef
commit
f4d4d9adad
@ -3,6 +3,8 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 | grep 'movl _bytes2' | wc -l | grep 1
|
||||
; PR1022, 1023
|
||||
|
||||
; XFAIL: *
|
||||
|
||||
%fmt = constant [4 x sbyte] c"%x\0A\00"
|
||||
%bytes = constant [4 x sbyte] c"\AA\BB\CC\DD"
|
||||
%bytes2 = global [4 x sbyte] c"\AA\BB\CC\DD"
|
||||
|
Loading…
Reference in New Issue
Block a user