[PATCH] D114437: [Support][CMake] Fix exposed absolute path dependency of terminfo library

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 4 11:31:57 PST 2021


compnerd added a comment.

I think that this is almost correct now.  While this will generate the binaries correctly, this is still a problem for tests.  Without the absolute path, we now run the risk of the DT_NEEDED being correct but without a DT_RPATH/DR_RUNPATH, this would pick up the wrong library still at runtime.  While the link time issue is resolved, the runtime portion is still a problem.


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

https://reviews.llvm.org/D114437



More information about the llvm-commits mailing list