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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 18 06:28:58 PDT 2023


ldionne added inline comments.


================
Comment at: libcxx/utils/libcxx-lit:36
+
+build_dir="$(realpath "${1}")"
+shift
----------------
Does `realpath` work on Linux?


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