[PATCH] D140315: [AMDGCN] Update search path for device libraries
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 24 07:38:08 PST 2023
yaxunl added inline comments.
================
Comment at: clang/test/Driver/hip-device-libs.hip:206
+
+// RESDIR-SAME: "-mlink-builtin-bitcode" "[[DEVICELIB_DIR:[^"]+(/|\\\\)rocm_resource_dir(/|\\\\)lib(/|\\\\)amdgcn(/|\\\\).*]]hip.bc"
+// ROCMDIR-SAME: "-mlink-builtin-bitcode" "[[DEVICELIB_DIR:[^"]+(/|\\\\)rocm(/|\\\\)amdgcn(/|\\\\).*]]hip.bc"
----------------
this might be fixed by (lib|lib64)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140315/new/
https://reviews.llvm.org/D140315
More information about the cfe-commits
mailing list