================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
