[libcxx-commits] [PATCH] D108430: add tsan library
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 25 11:11:43 PST 2021
ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.
Can you please provide an explanation of what this change does and why? It would be useful to reviewers that might not have all the context (like myself).
================
Comment at: libcxx/utils/merge_archives.py:11
from argparse import ArgumentParser
+from ctypes.util import find_library
import distutils.spawn
----------------
Why is this needed?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108430/new/
https://reviews.llvm.org/D108430
More information about the libcxx-commits
mailing list