diff options
author | Joseph Huber <jhuber6@vols.utk.edu> | 2022-07-11 22:20:29 -0400 |
---|---|---|
committer | Joseph Huber <jhuber6@vols.utk.edu> | 2022-07-12 08:15:15 -0400 |
commit | d214bfe78d8d79a9c6bce5a7daf8d70135ebc670 (patch) | |
tree | f572bae531fa00034140fc2141816ed3d703f085 /clang/lib/Frontend/CreateInvocationFromCommandLine.cpp | |
parent | b1d574867defe980312e63f6590cebbac953ca34 (diff) | |
download | llvm-d214bfe78d8d79a9c6bce5a7daf8d70135ebc670.zip llvm-d214bfe78d8d79a9c6bce5a7daf8d70135ebc670.tar.gz llvm-d214bfe78d8d79a9c6bce5a7daf8d70135ebc670.tar.bz2 |
[OpenMP] Do not link static library with `-nogpulib`
Normally we do not link the device libraries if the user passed
`nogpulib` we do this for the standard bitcode library. This behaviour
was not added when using the static library for LTO, causing it to
always be linked in. This patch fixes that.
Reviewed By: JonChesterfield
Differential Revision: https://reviews.llvm.org/D129534
Diffstat (limited to 'clang/lib/Frontend/CreateInvocationFromCommandLine.cpp')
0 files changed, 0 insertions, 0 deletions