Skip to content

Commit 63661ee

Browse files
committed
R3: Address review comments
1 parent 88d258f commit 63661ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/include/flang/Frontend/CodeGenOptions.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ class CodeGenOptions : public CodeGenOptionsBase {
8181
/// Options to add to the linker for the object file
8282
std::vector<std::string> DependentLibs;
8383

84+
/// Indicates whether -finstrument-functions option is passed
8485
bool InstrumentFunctions{false};
8586

8687
// The RemarkKind enum class and OptRemark struct are identical to what Clang

0 commit comments

Comments
 (0)