[libcxx-commits] [PATCH] D108430: add tsan library
Zijun Zhao via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 29 09:29:49 PST 2021
ZijunZhao added inline comments.
================
Comment at: libcxx/utils/merge_archives.py:11
from argparse import ArgumentParser
+from ctypes.util import find_library
import distutils.spawn
----------------
ldionne wrote:
> Why is this needed?
I used this for fixing fail to apply patch problem. This is out of date. The latest one should be
https://reviews.llvm.org/rGd2b43605c96ff5669653455fdfc06ec26876f436
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