This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] [sanitizers] Move CheckVMASize after flag initialization
ClosedPublic

Authored by zatrazz on Sep 11 2015, 2:22 PM.

Diff Detail

Event Timeline

zatrazz updated this revision to Diff 34589.Sep 11 2015, 2:22 PM
zatrazz retitled this revision from to [compiler-rt] [sanitizers] Move CheckVMASize after flag initialization.
zatrazz updated this object.
zatrazz added reviewers: kcc, dvyukov, eugenis, samsonov, pcc, rengolin.
zatrazz added a subscriber: llvm-commits.
samsonov added inline comments.Sep 11 2015, 3:16 PM
lib/asan/asan_rtl.cc
380

Fine, but please remove it from __asan_init

lib/tsan/rtl/tsan_rtl.cc
316

So.. where is it now?

zatrazz updated this revision to Diff 34626.Sep 12 2015, 6:31 AM

Update patch with CheckVMASize remove from __asan_init and add the tsan one.

samsonov accepted this revision.Sep 14 2015, 4:35 PM
samsonov edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 14 2015, 4:35 PM
zatrazz closed this revision.Sep 15 2015, 7:38 AM