This is an archive of the discontinued LLVM Phabricator instance.

Demonstrating lack of thread-safety in BackendUtil
AbandonedPublic

Authored by teemperor on Mar 31 2021, 4:34 AM.

Details

Reviewers
None
Summary

Do not merge, this is just a demo patch.

Build with LLDB in the enabled LLVM projects and then run ninja SymbolTests ; ./tools/lldb/unittests/Symbol/SymbolTests --gtest_filter="*Fuzz*"

Diff Detail

Event Timeline

teemperor created this revision.Mar 31 2021, 4:34 AM
teemperor requested review of this revision.Mar 31 2021, 4:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2021, 4:34 AM
teemperor abandoned this revision.Mar 31 2021, 4:46 AM
teemperor edited the summary of this revision. (Show Details)

Not a real review, just dumping code here.

I think there's a way to post a Phab 'reivew' that won't send mail to the -commits lists, but I forget what it is. I thought it might've been some metadata tag, but can't find it (maybe @MaskRay or @mehdi_amini recall what the magic was)

arc diff 'HEAD^' --draft creates a draft Diff which triggers pre-commit bots but does not trigger llvm-commits, IIRC.

Sorry, my bad, I thought if I won't specify any repo/project in Phabricator it won't trigger the Herald (I was using the web interface, not arcanist).

arc diff 'HEAD^' --draft creates a draft Diff which triggers pre-commit bots but does not trigger llvm-commits, IIRC.

Do you know if there's a way to access this functionality when creating the review via the web UI rather than via arc?

arc diff 'HEAD^' --draft creates a draft Diff which triggers pre-commit bots but does not trigger llvm-commits, IIRC.

Do you know if there's a way to access this functionality when creating the review via the web UI rather than via arc?

I am not clear. https://reviews.llvm.org/differential/diff/create/ with "Visible To" set to "No One" might work, but I haven't created differentials with the web UI...