mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
xfail properly
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98479 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9a38e67590
commit
3b39f89006
@ -1,7 +1,7 @@
|
|||||||
// Validate that we can assemble this file exactly like the platform
|
// Validate that we can assemble this file exactly like the platform
|
||||||
// assembler.
|
// assembler.
|
||||||
//
|
//
|
||||||
// RUN: XFAIL: *
|
// XFAIL: *
|
||||||
// RUN: llvm-mc -filetype=obj -triple i386-unknown-unknown -o %t.mc.o %s
|
// RUN: llvm-mc -filetype=obj -triple i386-unknown-unknown -o %t.mc.o %s
|
||||||
// RUN: as -arch i386 -o %t.as.o %s
|
// RUN: as -arch i386 -o %t.as.o %s
|
||||||
// RUN: diff %t.mc.o %t.as.o
|
// RUN: diff %t.mc.o %t.as.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user