================ @@ -22,6 +22,7 @@ #include "Function.h" #include "InterpBuiltinBitCast.h" #include "InterpFrame.h" +#include "InterpHelpers.h" ---------------- tbaederr wrote:
We're using `handleOverflow`, `getRoundingMode`, etc. in `Interp.h`. The include in `Interp.cpp` seems unnecessary though. https://github.com/llvm/llvm-project/pull/164215 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
