This is an archive of the discontinued LLVM Phabricator instance.

[LSan][RISCV] Enable LSan for RISCV64
ClosedPublic

Authored by luismarques on Dec 1 2020, 9:51 AM.

Details

Summary

Fixes the broken RISCV64 implementation of internal_clone and adds RISCV64 support for LSan.

Diff Detail

Event Timeline

luismarques created this revision.Dec 1 2020, 9:51 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 1 2020, 9:51 AM
Herald added subscribers: Restricted Project, cfe-commits, NickHung and 13 others. · View Herald Transcript
luismarques requested review of this revision.Dec 1 2020, 9:51 AM

Fix formatting.

vitalybuka accepted this revision.Dec 1 2020, 4:04 PM
This revision is now accepted and ready to land.Dec 1 2020, 4:04 PM
lenary resigned from this revision.Jan 14 2021, 11:40 AM
MaskRay accepted this revision.Jan 14 2021, 12:10 PM
MaskRay added a subscriber: MaskRay.
MaskRay added inline comments.
compiler-rt/test/sanitizer_common/print_address.h
11

(__riscv_xlen == 64) the paren is redundant

Rebase and address formatting issues.

This revision was landed with ongoing or failed builds.Jan 31 2021, 1:54 PM
This revision was automatically updated to reflect the committed changes.