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

Anchu Rajendran S via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 30 13:39:04 PDT 2025


================
@@ -310,6 +310,10 @@ static void parseCodeGenArgs(Fortran::frontend::CodeGenOptions &opts,
        args.filtered(clang::driver::options::OPT_fembed_offload_object_EQ))
     opts.OffloadObjects.push_back(a->getValue());
 
+  if (args.hasFlag(clang::driver::options::OPT_finstrument_functions,
----------------
anchuraj wrote:

Sure I dint notice the part it takes two flags as input


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


More information about the cfe-commits mailing list