This is an archive of the discontinued LLVM Phabricator instance.

[NFC][LSAN] Remove unused variable
ClosedPublic

Authored by vitalybuka on Nov 4 2020, 1:12 PM.

Details

Diff Detail

Event Timeline

vitalybuka created this revision.Nov 4 2020, 1:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 4 2020, 1:12 PM
Herald added subscribers: Restricted Project, mgorny. · View Herald Transcript
vitalybuka requested review of this revision.Nov 4 2020, 1:12 PM
oontvoo accepted this revision.Nov 4 2020, 1:14 PM
oontvoo added inline comments.
compiler-rt/lib/lsan/CMakeLists.txt
82

It didn't specify link_flag before. Does that mean it'll be using the default?

This revision is now accepted and ready to land.Nov 4 2020, 1:14 PM
vitalybuka added inline comments.Nov 4 2020, 1:19 PM
compiler-rt/lib/lsan/CMakeLists.txt
82

it's STATIC lib, I they should be irrelevant

This revision was automatically updated to reflect the committed changes.