forked from OSchip/llvm-project
parent
fb0762057e
commit
54109deae3
|
@ -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…
Reference in New Issue