[flang-commits] [clang] [flang] [flang][flang-driver] Support flag -finstrument-functions (PR #137996)
Anchu Rajendran S via flang-commits
flang-commits at lists.llvm.org
Wed Apr 30 14:29:12 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:
Updated. Thank you!
https://github.com/llvm/llvm-project/pull/137996
More information about the flang-commits
mailing list