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

Anchu Rajendran S via cfe-commits cfe-commits at lists.llvm.org
Thu May 1 09:35:32 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};
----------------
anchuraj wrote:

Thank you for the review @tblah . Updated.

https://github.com/llvm/llvm-project/pull/137996


More information about the cfe-commits mailing list