|
1 | 1 | // RUN: %clang_cc1 -ffreestanding -fms-extensions -Wno-implicit-function-declaration \
|
2 |
| -// RUN: -fexperimental-new-constant-interpreter -triple x86_64--darwin -Oz -emit-llvm %s -o - \ |
| 2 | +// RUN: -triple x86_64--darwin -Oz -emit-llvm %s -o - \ |
3 | 3 | // RUN: | FileCheck %s
|
4 | 4 | // RUN: %clang_cc1 -ffreestanding -fms-extensions -Wno-implicit-function-declaration \
|
5 |
| -// RUN: -fexperimental-new-constant-interpreter -triple x86_64--linux -Oz -emit-llvm %s -o - \ |
| 5 | +// RUN: -triple x86_64--linux -Oz -emit-llvm %s -o - \ |
6 | 6 | // RUN: | FileCheck %s
|
7 | 7 | // RUN: %clang_cc1 -ffreestanding -fms-extensions -Wno-implicit-function-declaration \
|
8 |
| -// RUN: -fexperimental-new-constant-interpreter -triple aarch64--darwin -Oz -emit-llvm %s -o - \ |
| 8 | +// RUN: -triple aarch64--darwin -Oz -emit-llvm %s -o - \ |
9 | 9 | // RUN: | FileCheck %s --check-prefix=CHECK-ARM-ARM64
|
10 | 10 | // RUN: %clang_cc1 -ffreestanding -fms-extensions -Wno-implicit-function-declaration \
|
11 |
| -// RUN: -fexperimental-new-constant-interpreter -triple aarch64--darwin -Oz -emit-llvm %s -o - \ |
| 11 | +// RUN: -triple aarch64--darwin -Oz -emit-llvm %s -o - \ |
12 | 12 | // RUN: | FileCheck %s --check-prefix=CHECK-ARM
|
13 | 13 | // RUN: %clang_cc1 -ffreestanding -fms-extensions -Wno-implicit-function-declaration \
|
14 |
| -// RUN: -fexperimental-new-constant-interpreter -triple armv7--darwin -Oz -emit-llvm %s -o - \ |
| 14 | +// RUN: -triple armv7--darwin -Oz -emit-llvm %s -o - \ |
15 | 15 | // RUN: | FileCheck %s --check-prefix=CHECK-ARM
|
16 | 16 |
|
17 | 17 | // RUN: %clang_cc1 -x c++ -std=c++11 \
|
18 | 18 | // RUN: -ffreestanding -fms-extensions -Wno-implicit-function-declaration \
|
19 |
| -// RUN: -fexperimental-new-constant-interpreter -triple x86_64--darwin -Oz -emit-llvm %s -o - \ |
| 19 | +// RUN: -triple x86_64--darwin -Oz -emit-llvm %s -o - \ |
20 | 20 | // RUN: | FileCheck %s
|
21 | 21 | // RUN: %clang_cc1 -x c++ -std=c++11 \
|
22 | 22 | // RUN: -ffreestanding -fms-extensions -Wno-implicit-function-declaration \
|
23 |
| -// RUN: -fexperimental-new-constant-interpreter -triple x86_64--linux -Oz -emit-llvm %s -o - \ |
| 23 | +// RUN: -triple x86_64--linux -Oz -emit-llvm %s -o - \ |
24 | 24 | // RUN: | FileCheck %s
|
25 | 25 | // RUN: %clang_cc1 -x c++ -std=c++11 \
|
26 | 26 | // RUN: -ffreestanding -fms-extensions -Wno-implicit-function-declaration \
|
27 |
| -// RUN: -fexperimental-new-constant-interpreter -triple aarch64--darwin -Oz -emit-llvm %s -o - \ |
| 27 | +// RUN: -triple aarch64--darwin -Oz -emit-llvm %s -o - \ |
28 | 28 | // RUN: | FileCheck %s --check-prefix=CHECK-ARM-ARM64
|
29 | 29 | // RUN: %clang_cc1 -x c++ -std=c++11 \
|
30 | 30 | // RUN: -ffreestanding -fms-extensions -Wno-implicit-function-declaration \
|
31 |
| -// RUN: -fexperimental-new-constant-interpreter -triple aarch64--darwin -Oz -emit-llvm %s -o - \ |
| 31 | +// RUN: -triple aarch64--darwin -Oz -emit-llvm %s -o - \ |
32 | 32 | // RUN: | FileCheck %s --check-prefix=CHECK-ARM
|
33 | 33 | // RUN: %clang_cc1 -x c++ -std=c++11 \
|
34 | 34 | // RUN: -ffreestanding -fms-extensions -Wno-implicit-function-declaration \
|
35 |
| -// RUN: -fexperimental-new-constant-interpreter -triple armv7--darwin -Oz -emit-llvm %s -o - \ |
| 35 | +// RUN: -triple armv7--darwin -Oz -emit-llvm %s -o - \ |
36 | 36 | // RUN: | FileCheck %s --check-prefix=CHECK-ARM
|
37 | 37 |
|
38 | 38 | // LP64 targets use 'long' as 'int' for MS intrinsics (-fms-extensions)
|
|
0 commit comments