hvdijk wrote: Minimal reproducer is ```c++ #include <llvm/IR/ModuleSummaryIndex.h> int main() {} ``` Compile and link this without any special options (specifically: without `-DNDEBUG`) against an LLVM release build, and it will now fail.
https://github.com/llvm/llvm-project/pull/139938 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits