Details
- Reviewers
EricWF mclow.lists ldionne - Group Reviewers
Restricted Project - Commits
- rG14d2d8c9761b: Allow site-specific test_exec_root.
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/test/lit.cfg | ||
---|---|---|
41–42 | I haven't come across the test_exec_root yet, what is it used for? I grepped but couldn't find out. |
libcxx/test/lit.cfg | ||
---|---|---|
41–42 | The cwd for compilation is one use. Not sure if there are others. We override this in Android because our obj root (libc++ install location) and the test location is not the same. |
libcxx/test/lit.cfg | ||
---|---|---|
41–42 | Do you have a publicly visible tester that uses this? I'm asking because I'd like to improve the CMake/lit interaction in the coming weeks, and I want to be able to see when I break you. |
I haven't come across the test_exec_root yet, what is it used for? I grepped but couldn't find out.