AaronBallman wrote: > @AaronBallman Could you try adding > `set_source_files_properties(ConstantFolding.cpp PROPERTIES > SKIP_PRECOMPILE_HEADERS ON)` in llvm/lib/Analysis/CMakeLists.txt:32 (after > the /fp flag is set) and see whether this fixes the problem?
I tried that out and it seems to resolve the issue for me -- I get no warnings with a full rebuild. https://github.com/llvm/llvm-project/pull/176420 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
