================ @@ -7,6 +7,7 @@ //===----------------------------------------------------------------------===// #include <clc/float/definitions.h> +#include <clc/internal/clc.h> ---------------- wenju-he wrote:
Could you include clc/clc_as_type.h instead? “clc/internal/clc.h” is intended only for the CLC library (libclc/clc/lib). https://github.com/llvm/llvm-project/pull/171105 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
