[PATCH] D151503: [CUDA] correctly install cuda_wrappers/bits/shared_ptr_base.h
Qiongsi Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 26 13:06:28 PDT 2023
qiongsiwu1 added inline comments.
================
Comment at: clang/lib/Headers/CMakeLists.txt:516
COMPONENT cuda-resource-headers)
install(
----------------
Do we need an install target for `${cuda_wrapper_bits_files}` for the `cuda-resource-headers` component as well? It seems to be the case because this patch is treating `${cuda_wrapper_bits_files}` as part of `cuda-resource-headers`.
```
add_header_target("cuda-resource-headers" "${cuda_files};${cuda_wrapper_files};${cuda_wrapper_bits_files}")
```
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151503/new/
https://reviews.llvm.org/D151503
More information about the cfe-commits
mailing list