[clang] c27d708 - [clang][test] Undo an accidental test change

Timm Bäder via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 26 07:51:24 PST 2024


Author: Timm Bäder
Date: 2024-02-26T16:51:11+01:00
New Revision: c27d7085d4d5c640aba4992f5d01c0ffd1da9860

URL: https://github.com/llvm/llvm-project/commit/c27d7085d4d5c640aba4992f5d01c0ffd1da9860
DIFF: https://github.com/llvm/llvm-project/commit/c27d7085d4d5c640aba4992f5d01c0ffd1da9860.diff

LOG: [clang][test] Undo an accidental test change

This was introduced in 264d828ea6399c31c210b67a050fbf084634da6a.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGen/ms-intrinsics-other.c b/clang/test/CodeGen/ms-intrinsics-other.c
index 189000d3213ac1..36c40dddcbb4f5 100644
--- a/clang/test/CodeGen/ms-intrinsics-other.c
+++ b/clang/test/CodeGen/ms-intrinsics-other.c
@@ -1,38 +1,38 @@
 // RUN: %clang_cc1 -ffreestanding -fms-extensions -Wno-implicit-function-declaration \
-// RUN:         -fexperimental-new-constant-interpreter -triple x86_64--darwin -Oz -emit-llvm %s -o - \
+// RUN:         -triple x86_64--darwin -Oz -emit-llvm %s -o - \
 // RUN:         | FileCheck %s
 // RUN: %clang_cc1 -ffreestanding -fms-extensions -Wno-implicit-function-declaration \
-// RUN:         -fexperimental-new-constant-interpreter -triple x86_64--linux -Oz -emit-llvm %s -o - \
+// RUN:         -triple x86_64--linux -Oz -emit-llvm %s -o - \
 // RUN:         | FileCheck %s
 // RUN: %clang_cc1 -ffreestanding -fms-extensions -Wno-implicit-function-declaration \
-// RUN:         -fexperimental-new-constant-interpreter -triple aarch64--darwin -Oz -emit-llvm %s -o - \
+// RUN:         -triple aarch64--darwin -Oz -emit-llvm %s -o - \
 // RUN:         | FileCheck %s --check-prefix=CHECK-ARM-ARM64
 // RUN: %clang_cc1 -ffreestanding -fms-extensions -Wno-implicit-function-declaration \
-// RUN:         -fexperimental-new-constant-interpreter -triple aarch64--darwin -Oz -emit-llvm %s -o - \
+// RUN:         -triple aarch64--darwin -Oz -emit-llvm %s -o - \
 // RUN:         | FileCheck %s --check-prefix=CHECK-ARM
 // RUN: %clang_cc1 -ffreestanding -fms-extensions -Wno-implicit-function-declaration \
-// RUN:         -fexperimental-new-constant-interpreter -triple armv7--darwin -Oz -emit-llvm %s -o - \
+// RUN:         -triple armv7--darwin -Oz -emit-llvm %s -o - \
 // RUN:         | FileCheck %s --check-prefix=CHECK-ARM
 
 // RUN: %clang_cc1 -x c++ -std=c++11 \
 // RUN:         -ffreestanding -fms-extensions -Wno-implicit-function-declaration \
-// RUN:         -fexperimental-new-constant-interpreter -triple x86_64--darwin -Oz -emit-llvm %s -o - \
+// RUN:         -triple x86_64--darwin -Oz -emit-llvm %s -o - \
 // RUN:         | FileCheck %s
 // RUN: %clang_cc1 -x c++ -std=c++11 \
 // RUN:         -ffreestanding -fms-extensions -Wno-implicit-function-declaration \
-// RUN:         -fexperimental-new-constant-interpreter -triple x86_64--linux -Oz -emit-llvm %s -o - \
+// RUN:         -triple x86_64--linux -Oz -emit-llvm %s -o - \
 // RUN:         | FileCheck %s
 // RUN: %clang_cc1 -x c++ -std=c++11 \
 // RUN:         -ffreestanding -fms-extensions -Wno-implicit-function-declaration \
-// RUN:         -fexperimental-new-constant-interpreter -triple aarch64--darwin -Oz -emit-llvm %s -o - \
+// RUN:         -triple aarch64--darwin -Oz -emit-llvm %s -o - \
 // RUN:         | FileCheck %s --check-prefix=CHECK-ARM-ARM64
 // RUN: %clang_cc1 -x c++ -std=c++11 \
 // RUN:         -ffreestanding -fms-extensions -Wno-implicit-function-declaration \
-// RUN:         -fexperimental-new-constant-interpreter -triple aarch64--darwin -Oz -emit-llvm %s -o - \
+// RUN:         -triple aarch64--darwin -Oz -emit-llvm %s -o - \
 // RUN:         | FileCheck %s --check-prefix=CHECK-ARM
 // RUN: %clang_cc1 -x c++ -std=c++11 \
 // RUN:         -ffreestanding -fms-extensions -Wno-implicit-function-declaration \
-// RUN:         -fexperimental-new-constant-interpreter -triple armv7--darwin -Oz -emit-llvm %s -o - \
+// RUN:         -triple armv7--darwin -Oz -emit-llvm %s -o - \
 // RUN:         | FileCheck %s --check-prefix=CHECK-ARM
 
 // LP64 targets use 'long' as 'int' for MS intrinsics (-fms-extensions)


        


More information about the cfe-commits mailing list