This is an archive of the discontinued LLVM Phabricator instance.

[Sanitizer] Use COMMON_FLAG macro to describe common runtime flags.
ClosedPublic

Authored by samsonov on Jan 5 2015, 3:11 PM.

Details

Summary

Introduce a single place where we specify flag type, name, default
value, and description. This removes a large amount of boilerplate
and ensures we won't leave flags uninitialized.

Diff Detail

Repository
rL LLVM

Event Timeline

samsonov updated this revision to Diff 17816.Jan 5 2015, 3:11 PM
samsonov retitled this revision from to [Sanitizer] Use COMMON_FLAG macro to describe common runtime flags..
samsonov updated this object.
samsonov edited the test plan for this revision. (Show Details)
samsonov added a reviewer: kcc.
samsonov added a subscriber: Unknown Object (MLST).
kcc accepted this revision.Jan 5 2015, 5:50 PM
kcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 5 2015, 5:50 PM
This revision was automatically updated to reflect the committed changes.