[clang] 7180170 - [clang][test] Remove bytecode interpreter RUN line from test
Timm Bäder via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 18 04:03:27 PDT 2024
Author: Timm Bäder
Date: 2024-08-18T13:02:37+02:00
New Revision: 71801707e33c235656b172fa7dfb8662473a95c2
URL: https://github.com/llvm/llvm-project/commit/71801707e33c235656b172fa7dfb8662473a95c2
DIFF: https://github.com/llvm/llvm-project/commit/71801707e33c235656b172fa7dfb8662473a95c2.diff
LOG: [clang][test] Remove bytecode interpreter RUN line from test
Specifically, from constant-builtins2. This breaks runners using
sanitizers.
See https://github.com/llvm/llvm-project/pull/94118
Added:
Modified:
clang/test/Sema/constant-builtins-2.c
Removed:
################################################################################
diff --git a/clang/test/Sema/constant-builtins-2.c b/clang/test/Sema/constant-builtins-2.c
index c359eba4e3d16..da2264500d768 100644
--- a/clang/test/Sema/constant-builtins-2.c
+++ b/clang/test/Sema/constant-builtins-2.c
@@ -1,5 +1,4 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
-// RUN: %clang_cc1 -fsyntax-only -fexperimental-new-constant-interpreter -verify %s
// Math stuff
More information about the cfe-commits
mailing list