|
20 | 20 | // RUN: | FileCheck %s --strict-whitespace --check-prefixes=CHECK,CHECK2 |
21 | 21 | // |
22 | 22 | // Tests with serialization: |
23 | | -// RUN: %clang_cc1 -ast-dump -triple i386-pc-linux-gnu -emit-pch -o %t %s |
| 23 | +// RUN: %clang_cc1 -triple i386-pc-linux-gnu -emit-pch -o %t %s |
24 | 24 | // RUN: %clang_cc1 -triple i386-pc-linux-gnu -include-pch %t -ast-dump-all /dev/null \ |
25 | 25 | // RUN: | FileCheck %s --strict-whitespace |
26 | 26 | // |
27 | | -// RUN: %clang_cc1 -ast-dump -triple aarch64-unknown-linux-gnu -emit-pch -o %t %s |
| 27 | +// RUN: %clang_cc1 -triple aarch64-unknown-linux-gnu -emit-pch -o %t %s |
28 | 28 | // RUN: %clang_cc1 -triple aarch64-unknown-linux-gnu -include-pch %t -ast-dump-all /dev/null \ |
29 | 29 | // RUN: | FileCheck %s --strict-whitespace |
30 | 30 | // |
31 | | -// RUN: %clang_cc1 -ast-dump -triple i386-pc-linux-gnu -DFAST -mreassociate %s \ |
| 31 | +// RUN: %clang_cc1 -triple i386-pc-linux-gnu -DFAST -mreassociate %s \ |
32 | 32 | // RUN: -emit-pch -o %t |
33 | 33 | // RUN: %clang_cc1 -triple i386-pc-linux-gnu -include-pch %t -ast-dump-all /dev/null \ |
34 | 34 | // RUN: | FileCheck %s --strict-whitespace --check-prefixes=CHECK,CHECK1 |
35 | 35 | // |
36 | | -// RUN: %clang_cc1 -ast-dump -triple aarch64-unknown-linux-gnu -DFAST -mreassociate %s \ |
| 36 | +// RUN: %clang_cc1 -triple aarch64-unknown-linux-gnu -DFAST -mreassociate %s \ |
37 | 37 | // RUN: -emit-pch -o %t |
38 | 38 | // RUN: %clang_cc1 -triple aarch64-unknown-linux-gnu -include-pch %t -ast-dump-all /dev/null \ |
39 | 39 | // RUN: | FileCheck %s --strict-whitespace --check-prefixes=CHECK,CHECK1 |
40 | 40 | // |
41 | | -// RUN: %clang_cc1 -ast-dump -triple i386-pc-linux-gnu -DFAST -mreassociate %s \ |
42 | | -// RUN: -fprotect-parens \ |
43 | | -// RUN: -emit-pch -o %t |
| 41 | +// RUN: %clang_cc1 -triple i386-pc-linux-gnu -DFAST -mreassociate %s \ |
| 42 | +// RUN: -fprotect-parens -emit-pch -o %t |
44 | 43 | // RUN: %clang_cc1 -triple i386-pc-linux-gnu -include-pch %t -ast-dump-all /dev/null -fprotect-parens\ |
45 | 44 | // RUN: | FileCheck %s --strict-whitespace --check-prefixes=CHECK,CHECK2 |
46 | 45 | // |
47 | | -// RUN: %clang_cc1 -ast-dump -triple aarch64-unknown-linux-gnu -DFAST -mreassociate %s \ |
48 | | -// RUN: -fprotect-parens \ |
49 | | -// RUN: -emit-pch -o %t |
| 46 | +// RUN: %clang_cc1 -triple aarch64-unknown-linux-gnu -DFAST -mreassociate %s \ |
| 47 | +// RUN: -fprotect-parens -emit-pch -o %t |
50 | 48 | // RUN: %clang_cc1 -triple aarch64-unknown-linux-gnu -include-pch %t -ast-dump-all /dev/null -fprotect-parens\ |
51 | 49 | // RUN: | FileCheck %s --strict-whitespace --check-prefixes=CHECK,CHECK2 |
52 | 50 |
|
|
0 commit comments