mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 10:13:13 +00:00
Use opt instead of gccas.
llvm-svn: 35168
This commit is contained in:
parent
e13d458bd7
commit
b552bbd876
@ -1,4 +1,5 @@
|
|||||||
// RUN: %llvmgcc -std=c99 %s -S -o - | gccas -o /dev/null
|
// RUN: %llvmgcc -std=c99 %s -S -o - | llvm-as | \
|
||||||
|
// RUN: opt -std-compile-opts -disable-output
|
||||||
// PR580
|
// PR580
|
||||||
|
|
||||||
int X, Y;
|
int X, Y;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user