[PS4][clang] Limit ThinLTO parallelism when requested
authorMatthew Voss <matthew.voss@sony.com>
Wed, 29 Mar 2023 16:36:46 +0000 (09:36 -0700)
committerMatthew Voss <matthew.voss@sony.com>
Wed, 29 Mar 2023 16:36:46 +0000 (09:36 -0700)
commitbbc204b944eea829a029268fff37faabdf61fcaf
tree2117b8383c3b4fd802dcbfeed6e0133e77999c08
parent6f2a865d2f6bc426a61939a0a1acfcb25d5c1a18
[PS4][clang] Limit ThinLTO parallelism when requested

Pass the correct option to the linker when "-flto-jobs=" is passed to
the driver.
clang/lib/Driver/ToolChains/PS4CPU.cpp
clang/test/Driver/lto-jobs.c