[libcxx-commits] [PATCH] D148753: [libcxx] move abi symbol checker logic to generic location
Michael Francis via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 2 15:45:58 PDT 2023
francii added inline comments.
================
Comment at: libcxx/test/libcxx/symbols/check_cxx_abilist.sh.cpp:1
+// RUN: %{python} %S/../../../../utils/sym_diff.py \
+// RUN: --only-stdlib-symbols \
----------------
Is there a separate macro to refer to llvm home or something higher up? I wonder if there's a better way than
`%S/../../../../runtimes/utils/`
I believe I can get away with `%{lib}/../runtimes/utils`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148753/new/
https://reviews.llvm.org/D148753
More information about the libcxx-commits
mailing list