You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
581 B
10 lines
581 B
// RUN: %clang -target i386-apple-darwin9 -m32 -Xarch_i386 -O2 %s -S -### 2> %t.log
|
|
// RUN: grep ' "-O2" ' %t.log | count 1
|
|
// RUN: %clang -target i386-apple-darwin9 -m64 -Xarch_i386 -O2 %s -S -### 2> %t.log
|
|
// RUN: not grep ' "-O2" ' %t.log
|
|
// RUN: grep "argument unused during compilation: '-Xarch_i386 -O2'" %t.log
|
|
// RUN: not %clang -target i386-apple-darwin9 -m32 -Xarch_i386 -o -Xarch_i386 -S %s -S -Xarch_i386 -o 2> %t.log
|
|
// RUN: grep "error: invalid Xarch argument: '-Xarch_i386 -o'" %t.log | count 2
|
|
// RUN: grep "error: invalid Xarch argument: '-Xarch_i386 -S'" %t.log
|
|
|