This is an archive of the discontinued LLVM Phabricator instance.

[TableGen] Ensure that __lsan_is_turned_off isn't removed by DCE in llvm-tblgen
ClosedPublic

Authored by fjricci on Sep 8 2017, 11:59 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

fjricci created this revision.Sep 8 2017, 11:59 AM
alexander-shaposhnikov added inline comments.
utils/TableGen/TableGen.cpp
220 ↗(On Diff #114410)

LLVM_ATTRIBUTE_USED ?

fjricci updated this revision to Diff 114412.Sep 8 2017, 12:16 PM

LLVM_ATTRIBUTE_USED

This revision is now accepted and ready to land.Sep 8 2017, 1:32 PM
This revision was automatically updated to reflect the committed changes.