Skip to content

Commit c27d708

Browse files
committed
[clang][test] Undo an accidental test change
This was introduced in 264d828.
1 parent ebb64d8 commit c27d708

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

clang/test/CodeGen/ms-intrinsics-other.c

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
// 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 - \
33
// RUN: | FileCheck %s
44
// 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 - \
66
// RUN: | FileCheck %s
77
// 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 - \
99
// RUN: | FileCheck %s --check-prefix=CHECK-ARM-ARM64
1010
// 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 - \
1212
// RUN: | FileCheck %s --check-prefix=CHECK-ARM
1313
// 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 - \
1515
// RUN: | FileCheck %s --check-prefix=CHECK-ARM
1616

1717
// RUN: %clang_cc1 -x c++ -std=c++11 \
1818
// 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 - \
2020
// RUN: | FileCheck %s
2121
// RUN: %clang_cc1 -x c++ -std=c++11 \
2222
// 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 - \
2424
// RUN: | FileCheck %s
2525
// RUN: %clang_cc1 -x c++ -std=c++11 \
2626
// 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 - \
2828
// RUN: | FileCheck %s --check-prefix=CHECK-ARM-ARM64
2929
// RUN: %clang_cc1 -x c++ -std=c++11 \
3030
// 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 - \
3232
// RUN: | FileCheck %s --check-prefix=CHECK-ARM
3333
// RUN: %clang_cc1 -x c++ -std=c++11 \
3434
// 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 - \
3636
// RUN: | FileCheck %s --check-prefix=CHECK-ARM
3737

3838
// LP64 targets use 'long' as 'int' for MS intrinsics (-fms-extensions)

0 commit comments

Comments
 (0)