================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to