[clang] [clang][bytecode] Move shared interp functions to InterpHelpers.h (PR #164215)

Oliver Hunt via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 20 23:40:01 PDT 2025


================
@@ -22,6 +22,7 @@
 #include "Function.h"
 #include "InterpBuiltinBitCast.h"
 #include "InterpFrame.h"
+#include "InterpHelpers.h"
----------------
ojhunt wrote:

is this include intended to be here still? It seems to negate the move to a separate header, and the inclusion of `InterpHelpers.h` in `Interp.cpp` makes me thinks it's unintentional?

https://github.com/llvm/llvm-project/pull/164215


More information about the cfe-commits mailing list