[libcxx-commits] [PATCH] D108394: add tsan shared library
Zijun Zhao via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 1 14:14:19 PDT 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
----------------
danalbert wrote:
> vitalybuka wrote:
> > Why do we need this change?
> We don't. This is an accidental revert due to a merge resolution, I think.
>
> @ZijunZhao, need to update the review to exclude this part.
Okay, I will delete this one.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108394/new/
https://reviews.llvm.org/D108394
More information about the libcxx-commits
mailing list