[PATCH] D101926: [amdgpu-arch] Fix rpath to run from build dir

Pushpinder Singh via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 5 23:50:58 PDT 2021


pdhaliwal accepted this revision.
pdhaliwal added a comment.
This revision is now accepted and ready to land.

Looks good to me.



================
Comment at: clang/tools/amdgpu-arch/CMakeLists.txt:17
 
+set_target_properties(amdgpu-arch PROPERTIES INSTALL_RPATH_USE_LINK_PATH ON)
+
----------------
Curious, does this fix the linking issue mentioned in https://reviews.llvm.org/D99949#2739522?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101926



More information about the cfe-commits mailing list