[libcxx-commits] [libcxx] [libc++] Run the Lit test suite against an installed version of the library (PR #96910)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Aug 5 08:48:54 PDT 2024
ldionne wrote:
> I had a quick look at the code, before looking closer and doing some testing I've question.
>
> I see no documentation changes, does this mean there is no difference in the work-flow with this patch? Specifically the information on this page https://libcxx.llvm.org/TestingLibcxx.html.
That is correct, this doesn't affect the workflow at all. The only difference is that you'll notice that we install the library to a fake location and the paths that we use for testing (e.g. to refer to `include/c++/v1`) are slightly different, since they point to the "fake installation root" instead of pointing within the build directory.
https://github.com/llvm/llvm-project/pull/96910
More information about the libcxx-commits
mailing list