Skip to content

Commit 8065a08

Browse files
format
1 parent 40a87f9 commit 8065a08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/tools/flang-driver/fc1_main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ static int printSupportedCPUs(llvm::StringRef triple) {
4646
// the target machine will handle the mcpu printing
4747
llvm::TargetOptions targetOpts;
4848
std::unique_ptr<llvm::TargetMachine> targetMachine(
49-
target->createTargetMachine(parsedTriple, "", "+cpuhelp",
50-
targetOpts, std::nullopt));
49+
target->createTargetMachine(parsedTriple, "", "+cpuhelp", targetOpts,
50+
std::nullopt));
5151
return 0;
5252
}
5353

0 commit comments

Comments
 (0)