[Lldb-commits] [PATCH] D129166: [lldb] Make sure we use the libc++ from the build dir

David Blaikie via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 7 11:40:46 PDT 2022


dblaikie added a comment.

> The overall logic and the include and library paths make sense to me. The rpath thingy will not work on windows as it (afaik) has no equivalent feature (it has the equivalent of (DY)LD_LIBRARY_PATH though).

Any idea what the libc++ tests do on Windows then? (on linux they seem to use rpath to ensure the tests load the just-built libc++)


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

https://reviews.llvm.org/D129166



More information about the lldb-commits mailing list