[all-commits] [llvm/llvm-project] d8afac: [libc++] Use Python subprocess instead of libc++'s...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed May 25 06:33:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8afac7a2b736b367cc817242b0c4a13a3ff0051
https://github.com/llvm/llvm-project/commit/d8afac7a2b736b367cc817242b0c4a13a3ff0051
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-05-25 (Wed, 25 May 2022)
Changed paths:
M libcxx/utils/libcxx/sym_check/extract.py
M libcxx/utils/libcxx/sym_check/util.py
Log Message:
-----------
[libc++] Use Python subprocess instead of libc++'s own utilities
Once we move off entirely from the legacy testing framework, this will
allow removing a bunch of code.
Differential Revision: https://reviews.llvm.org/D126303
More information about the All-commits
mailing list