[PATCH] D59321: WIP: AMDGPU: Teach toolchain to link rocm device libs

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 20 13:56:16 PST 2019


yaxunl added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/AMDGPU.cpp:94
+    llvm::sys::path::append(IncludePath, InstallPath, "include");
+#if 0
+    llvm::sys::path::append(LibDevicePath, InstallPath, "lib",
----------------
debugging code needs to be removed


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59321/new/

https://reviews.llvm.org/D59321





More information about the cfe-commits mailing list