Unverified Commit 0bb4b24c authored by Dhanrajbir-Hira's avatar Dhanrajbir-Hira Committed by GitHub
Browse files

[clang][AIX]Fix -flto-jobs for AIX. (#67853)

Currently using the `-flto-jobs=N` option passes `-bplugin_opt:jobs=N`
to the AIX linker which is not a valid option. This PR seeks to change
this behaviour to instead pass `-bplugin_opt:-threads=N` to control the
level of concurrency during LTO builds.
parent 7006b90a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment