forked from OSchip/llvm-project
[flang][driver] Remove newline in CompilerInvocation
Remove a new line in CompilerInvocation, to now follow the style when clang-format is applied.
This commit is contained in:
parent
f461e35cba
commit
8e3adda820
|
@ -191,8 +191,7 @@ bool CompilerInvocation::CreateFromArgs(CompilerInvocation &res,
|
|||
|
||||
// Parse the arguments
|
||||
const llvm::opt::OptTable &opts = clang::driver::getDriverOptTable();
|
||||
const unsigned includedFlagsBitmask =
|
||||
clang::driver::options::FC1Option;
|
||||
const unsigned includedFlagsBitmask = clang::driver::options::FC1Option;
|
||||
unsigned missingArgIndex, missingArgCount;
|
||||
llvm::opt::InputArgList args = opts.ParseArgs(
|
||||
commandLineArgs, missingArgIndex, missingArgCount, includedFlagsBitmask);
|
||||
|
|
Loading…
Reference in New Issue