This is an archive of the discontinued LLVM Phabricator instance.

ASAN activate/deactive controls thread_local_quarantine_size_kb option.
ClosedPublic

Authored by alekseyshl on Jan 9 2017, 1:57 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

alekseyshl updated this revision to Diff 83690.Jan 9 2017, 1:57 PM
alekseyshl retitled this revision from to ASAN activate/deactive controls thread_local_quarantine_size_kb option..
alekseyshl updated this object.
alekseyshl added a reviewer: eugenis.
alekseyshl added a subscriber: llvm-commits.
eugenis accepted this revision.Jan 9 2017, 2:46 PM
eugenis edited edge metadata.

LGTM

lib/sanitizer_common/sanitizer_quarantine.h
221 ↗(On Diff #83690)

extra line

This revision is now accepted and ready to land.Jan 9 2017, 2:46 PM
alekseyshl added inline comments.Jan 9 2017, 3:18 PM
lib/sanitizer_common/sanitizer_quarantine.h
221 ↗(On Diff #83690)

It's intentional. Most files do separate closing namespace bracket with an empty line and I like it that way.

eugenis added inline comments.Jan 9 2017, 3:24 PM
lib/sanitizer_common/sanitizer_quarantine.h
221 ↗(On Diff #83690)

ok

This revision was automatically updated to reflect the committed changes.