diff options
author | Shilei Tian <tianshilei1992@gmail.com> | 2021-01-23 14:42:32 -0500 |
---|---|---|
committer | Shilei Tian <tianshilei1992@gmail.com> | 2021-01-23 14:42:38 -0500 |
commit | 5ad038aafa3a07a4491bf12cf6edf2026f3f17d1 (patch) | |
tree | 8959d08f4b812cef809299644f24c9b07983e294 /llvm/lib/Transforms/Utils/InlineFunction.cpp | |
parent | e4847a7fcf777eedc748d2476323726960ab29b7 (diff) | |
download | llvm-5ad038aafa3a07a4491bf12cf6edf2026f3f17d1.zip llvm-5ad038aafa3a07a4491bf12cf6edf2026f3f17d1.tar.gz llvm-5ad038aafa3a07a4491bf12cf6edf2026f3f17d1.tar.bz2 |
[Clang][OpenMP][NVPTX] Replace `libomptarget-nvptx-path` with `libomptarget-nvptx-bc-path`
D94700 removed the static library so we no longer need to pass
`-llibomptarget-nvptx` to `nvlink`. Since the bitcode library is the only device
runtime for now, instead of emitting a warning when it is not found, an error
should be raised. We also set a new option `libomptarget-nvptx-bc-path` to let
user choose which bitcode library is being used.
Reviewed By: JonChesterfield
Differential Revision: https://reviews.llvm.org/D95161
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions