Details
- Reviewers
jloser ldionne - Group Reviewers
Restricted Project - Commits
- rG31deca465f46: [libc++] Add helper script libcxx-lit for running tests
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/utils/libcxx-lit | ||
---|---|---|
37 | Does realpath work on Linux? |
Thanks for adding this for others. This is the same script I use locally as well that I got from you ages ago.
libcxx/utils/libcxx-lit | ||
---|---|---|
37 | It should be just fine per https://man7.org/linux/man-pages/man3/realpath.3.html |
libcxx/utils/libcxx-lit | ||
---|---|---|
37 | I believe realpath should be available on most systems but may not always be installed by default. Also I seem to recall it not being there on macos? But is this actually needed? Shouldn't both cmake and lit be fine with a relative path? |
Does realpath work on Linux?