[clang] [flang] [flang][flang-driver] Support flag -finstrument-functions (PR #137996)

Tom Eccles via cfe-commits cfe-commits at lists.llvm.org
Thu May 1 03:53:27 PDT 2025


================
@@ -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


More information about the cfe-commits mailing list