[Lldb-commits] [PATCH] D55316: [CMake] Add support for NO_INSTALL_RPATH argument in llvm_add_library()
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 5 09:21:00 PST 2018
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: cmake/modules/AddLLVM.cmake:458
+ if(NOT ARG_NO_INSTALL_RPATH)
+ if(ARG_MODULE OR ARG_SHARED)
----------------
Any kind of comment that we could add here that explains why this is happening? This looks quite mysterious to the casual reader otherwise :-)
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55316/new/
https://reviews.llvm.org/D55316
More information about the lldb-commits
mailing list