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 d5f4830 commit a77d788Copy full SHA for a77d788
flang/tools/bbc/bbc.cpp
@@ -559,8 +559,8 @@ int main(int argc, char **argv) {
559
std::string compilerVersion = Fortran::common::getFlangToolFullVersion("bbc");
560
std::string compilerOptions = "";
561
Fortran::tools::setUpTargetCharacteristics(
562
- semanticsContext.targetCharacteristics(), *targetMachine, compilerVersion,
563
- compilerOptions);
+ semanticsContext.targetCharacteristics(), *targetMachine, {},
+ compilerVersion, compilerOptions);
564
565
return mlir::failed(
566
convertFortranSourceToMLIR(inputFilename, options, programPrefix,
0 commit comments