<div dir="ltr"><div>I want use clang sources in my project. Rrlease version is linked and running OK, but debug version need llvm/lib/Support/ABIBreak.cpp to link and has runtime errors. This errors I can avoid by modying HandleLLVMOptions.cmake by defining LLVM_ABI_BREAKING_CHECKS.</div><div>I can link debug objects and run OK, but it is huge: link need about 14 GB memory and takes 3 minutes of time.</div><div>It will be well - near all objects files compiled as release but some compiled as debug. This is main problem: after modyfuing cmake , release version need EnableABIBreakingChecks and has errors. How do mix world with enable check and disable check?<br></div><div><span style="color:rgb(140,140,140);font-style:italic"> </span></div></div>