[all-commits] [llvm/llvm-project] 69a777: [OpenMP] Make linker wrapper thin-lto default thre...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Apr 1 06:44:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 69a77771a9f5e577083338c3cebd61bbeb417843
https://github.com/llvm/llvm-project/commit/69a77771a9f5e577083338c3cebd61bbeb417843
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
M clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp
Log Message:
-----------
[OpenMP] Make linker wrapper thin-lto default thread count use all
Summary:
Currently there is no option to configure the number of thin-backend
threads to use when performing thin-lto on the device, but we should
default to use all the threads rather than just one. In the future we
should use the same arguments that gold / lld use and parse it here.
More information about the All-commits
mailing list