================ @@ -9,6 +9,7 @@ #include "Boolean.h" #include "Char.h" #include "EvalEmitter.h" +#include "Interp.h" ---------------- tbaederr wrote:
You should add whatever is needed (or its prototype) from Interp.h (I guess `CheckFloatStatus`) to `InterpHelpers.h` instead. https://github.com/llvm/llvm-project/pull/199808 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
