================ @@ -81,6 +81,8 @@ class CodeGenOptions : public CodeGenOptionsBase { /// Options to add to the linker for the object file std::vector<std::string> DependentLibs; + bool InstrumentFunctions{false}; ---------------- tarunprabhu wrote:
I missed this in the first round. A documentation comment on this field would be good. https://github.com/llvm/llvm-project/pull/137996 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits