[libcxx-commits] [PATCH] D148632: [libc++] Add helper script libcxx-lit for running tests

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 18 07:09:45 PDT 2023


jloser accepted this revision.
jloser added a comment.

Thanks for adding this for others.  This is the same script I use locally as well that I got from you ages ago.



================
Comment at: libcxx/utils/libcxx-lit:36
+
+build_dir="$(realpath "${1}")"
+shift
----------------
ldionne wrote:
> Does `realpath` work on Linux?
It should be just fine per https://man7.org/linux/man-pages/man3/realpath.3.html


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148632



More information about the libcxx-commits mailing list