[libcxx-commits] [PATCH] D108394: add tsan shared library
Zijun Zhao via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Aug 19 16:29:16 PDT 2021
ZijunZhao updated this revision to Diff 367656.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108394/new/
https://reviews.llvm.org/D108394
Files:
libcxx/utils/merge_archives.py
Index: libcxx/utils/merge_archives.py
===================================================================
--- libcxx/utils/merge_archives.py
+++ libcxx/utils/merge_archives.py
@@ -8,6 +8,7 @@
#===----------------------------------------------------------------------===##
from argparse import ArgumentParser
+from ctypes.util import find_library
import distutils.spawn
import tempfile
import os
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108394.367656.patch
Type: text/x-patch
Size: 402 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210819/8f8aa8e8/attachment-0001.bin>
More information about the libcxx-commits
mailing list