This is an archive of the discontinued LLVM Phabricator instance.

[sanitizers] Don't enable asserts on stage1 clang
ClosedPublic

Authored by vitalybuka on Jun 21 2017, 6:31 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka created this revision.Jun 21 2017, 6:31 PM

Remove files

alekseyshl edited edge metadata.Jun 22 2017, 1:11 PM

What's wrong with assertions now?

alekseyshl accepted this revision.Jun 22 2017, 1:15 PM
This revision is now accepted and ready to land.Jun 22 2017, 1:15 PM
vitalybuka abandoned this revision.EditedJun 22 2017, 1:19 PM

What's wrong with assertions now?

This is for pinned revison which is usually 2-3 month old and suppose to be good.
We used this build only to quickly bootstrap clang, other bots like linux or bootstrap build the same anyway on ToT with asserts enabled.
I expect this is going to be a little bit faster.

vitalybuka reclaimed this revision.Jun 22 2017, 1:27 PM
This revision is now accepted and ready to land.Jun 22 2017, 1:27 PM
This revision was automatically updated to reflect the committed changes.