[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:03:37 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};
----------------
tarunprabhu wrote:
I missed this in the first round. A documentation comment on this field would be good.
https://github.com/llvm/llvm-project/pull/137996
More information about the cfe-commits
mailing list