================
@@ -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};
----------------
tblah wrote:

This could be stored more efficiently by putting it in CodeGenOptions.def 
instead

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

Reply via email to