Skip to content

Commit

Permalink
Merge pull request #35 from vjayathirtha-nv/release_60
Browse files Browse the repository at this point in the history
Make Mallocatable=03 default
  • Loading branch information
sscalpone authored Sep 6, 2018
2 parents 742de5f + bf423eb commit dd75873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Driver/ToolChains/Flang.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ void FlangFrontend::ConstructJob(Compilation &C, const JobAction &JA,
<< A->getAsString(Args);
}
} else { // No argument passed
UpperCmdArgs.push_back("-y"); // Default is 1995
UpperCmdArgs.push_back("-x"); // Default is 03
}
UpperCmdArgs.push_back("54"); UpperCmdArgs.push_back("1"); // XBIT value

Expand Down

0 comments on commit dd75873

Please sign in to comment.