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

Tarun Prabhu via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 30 14:54:03 PDT 2025


================
@@ -81,6 +81,9 @@ class CodeGenOptions : public CodeGenOptionsBase {
   /// Options to add to the linker for the object file
   std::vector<std::string> DependentLibs;
 
+  /// Indicates whether -finstrument-functions option is passed
----------------
tarunprabhu wrote:

nit

```suggestion
  /// Indicates whether -finstrument-functions is passed
```

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


More information about the cfe-commits mailing list