[clang] [clang][bytecode] Compile the definition, not the most recent decl (PR #158093)
Shafik Yaghmour via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 16 11:19:13 PDT 2025
================
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -fmodules -std=c++17 -emit-llvm %s -o - -triple x86_64-linux-gnu | FileCheck %s
+// RUN: %clang_cc1 -fmodules -std=c++17 -emit-llvm %s -o - -triple x86_64-linux-gnu -fexperimental-new-constant-interpreter | FileCheck %s
----------------
shafik wrote:
Is this fixing the fact that the test below would not pass w/o this change?
https://github.com/llvm/llvm-project/pull/158093
More information about the cfe-commits
mailing list