================ @@ -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}; ---------------- anchuraj wrote:
Thank you for the review @tblah . Updated. 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