We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d258f commit 63661eeCopy full SHA for 63661ee
flang/include/flang/Frontend/CodeGenOptions.h
@@ -81,6 +81,7 @@ class CodeGenOptions : public CodeGenOptionsBase {
81
/// Options to add to the linker for the object file
82
std::vector<std::string> DependentLibs;
83
84
+ /// Indicates whether -finstrument-functions option is passed
85
bool InstrumentFunctions{false};
86
87
// The RemarkKind enum class and OptRemark struct are identical to what Clang
0 commit comments