Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: josh11b <[email protected]>
  • Loading branch information
chandlerc and josh11b committed Apr 29, 2024
1 parent 711928f commit 8f87257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/driver/driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ static void AddOSFlags(llvm::StringRef target,
args.push_back(
"--sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk");
// We also need to insist on a modern linker, otherwise the driver tries
// to old and deprecated flags. The specific number here comes from an
// too old and deprecated flags. The specific number here comes from an
// inspection of the Clang driver source code to understand where features
// were enabled, and this appears to be the latest version to control
// driver behavior.
Expand Down

0 comments on commit 8f87257

Please sign in to comment.