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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D6851
[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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 5 2015, 5:50 PM Closed by commit rL225239: [Sanitizer] Use COMMON_FLAG macro to describe common runtime flags. (authored by samsonov). · Explain WhyJan 5 2015, 6:45 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 17822 compiler-rt/trunk/lib/sanitizer_common/CMakeLists.txt
compiler-rt/trunk/lib/sanitizer_common/sanitizer_flags.h
compiler-rt/trunk/lib/sanitizer_common/sanitizer_flags.cc
compiler-rt/trunk/lib/sanitizer_common/sanitizer_flags.inc
|