[PATCH] D133726: [OpenMP][AMDGPU] Link bitcode ROCm device libraries per-TU
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 13 13:44:42 PDT 2022
yaxunl added inline comments.
================
Comment at: clang/include/clang/Driver/ToolChain.h:719
virtual llvm::SmallVector<BitCodeLibraryInfo, 12>
- getHIPDeviceLibs(const llvm::opt::ArgList &Args) const;
+ getROCmDeviceLibs(const llvm::opt::ArgList &Args) const;
----------------
HIPSPV toolchain is not implemented on ROCm platform.
Probably we need to make it even more generic. How about getDeviceLibs ?
Also, you need to update the comment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133726/new/
https://reviews.llvm.org/D133726
More information about the cfe-commits
mailing list