This is an archive of the discontinued LLVM Phabricator instance.

add tsan library
AbandonedPublic

Authored by ZijunZhao on Aug 19 2021, 5:45 PM.

Details

Reviewers
danalbert
srhines
enh
pirama
eugenis
ldionne
Group Reviewers
Restricted Project

Diff Detail

Event Timeline

ZijunZhao created this revision.Aug 19 2021, 5:45 PM
ZijunZhao requested review of this revision.Aug 19 2021, 5:45 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 19 2021, 5:45 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Herald added subscribers: libcxx-commits, Restricted Project. · View Herald Transcript
ldionne requested changes to this revision.Nov 25 2021, 11:11 AM
ldionne added a subscriber: ldionne.

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).

libcxx/utils/merge_archives.py
11

Why is this needed?

This revision now requires changes to proceed.Nov 25 2021, 11:11 AM
ZijunZhao added inline comments.Nov 29 2021, 9:29 AM
libcxx/utils/merge_archives.py
11

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

ZijunZhao abandoned this revision.Nov 29 2021, 9:30 AM
ZijunZhao marked an inline comment as done.