This is an archive of the discontinued LLVM Phabricator instance.

[lsan] Remove unnecessary elf-tls condition
ClosedPublic

Authored by oontvoo on Nov 4 2020, 6:18 PM.

Diff Detail

Event Timeline

oontvoo created this revision.Nov 4 2020, 6:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 4 2020, 6:18 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
oontvoo requested review of this revision.Nov 4 2020, 6:18 PM
oontvoo updated this revision to Diff 303002.Nov 4 2020, 6:24 PM

put back the comment so it doesn't look like we accidentally forgot arm-32 android for leak-detection.

oontvoo updated this revision to Diff 303005.EditedNov 4 2020, 6:30 PM

fix breakages from D89251

vitalybuka accepted this revision.Nov 4 2020, 7:21 PM
vitalybuka added inline comments.
compiler-rt/lib/sanitizer_common/sanitizer_linux.h
165–170 ↗(On Diff #303007)

this is unrelated?

This revision is now accepted and ready to land.Nov 4 2020, 7:21 PM
oontvoo updated this revision to Diff 303016.Nov 4 2020, 7:22 PM

reverted sanitizer_linux.h (it'll be taken care of in D90811)

This revision was landed with ongoing or failed builds.Nov 4 2020, 7:23 PM
This revision was automatically updated to reflect the committed changes.