Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // RUN: %clang -### -c -save-temps -malign-double %s \ | |
|
Derek Schuff
2015/09/03 17:22:05
do we actually need -save-temps in the RUN line?
Petr Hosek
2015/09/03 20:44:02
We don't, removed.
| |
| 2 // RUN: -target i686-unknown-nacl 2>&1 \ | |
|
Derek Schuff
2015/09/03 17:22:05
do we actually need to capture stderr too?
Petr Hosek
2015/09/03 20:44:02
We do because clang prints the command being run i
| |
| 3 // RUN: | FileCheck %s | |
| 4 | |
| 5 // CHECK: -cc1 | |
| 6 // CHECK: +align-double | |
| 7 // CHECK: "-mllvm" "-malign-double" | |
| OLD | NEW |