Skip to content

Commit a77d788

Browse files
author
Tarun Prabhu
committed
Rebase with main and fix bad merge from previous rebase.
1 parent d5f4830 commit a77d788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/tools/bbc/bbc.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,8 +559,8 @@ int main(int argc, char **argv) {
559559
std::string compilerVersion = Fortran::common::getFlangToolFullVersion("bbc");
560560
std::string compilerOptions = "";
561561
Fortran::tools::setUpTargetCharacteristics(
562-
semanticsContext.targetCharacteristics(), *targetMachine, compilerVersion,
563-
compilerOptions);
562+
semanticsContext.targetCharacteristics(), *targetMachine, {},
563+
compilerVersion, compilerOptions);
564564

565565
return mlir::failed(
566566
convertFortranSourceToMLIR(inputFilename, options, programPrefix,

0 commit comments

Comments
 (0)