Commit 8344bfe9 by Reed Kotler Committed by Jim Stichnoth

document dump

BUG= R=stichnot@chromium.org Review URL: https://codereview.chromium.org/1522213002 . Patch from Reed Kotler <rkotlerimgtec@gmail.com>.
parent 87e5a6c6
......@@ -75,6 +75,7 @@ namespace Ice {
namespace BuildDefs {
// The ALLOW_* etc. symbols must be #defined to zero or non-zero.
/// Return true if ALLOW_DUMP is defined as a non-zero value
constexpr bool dump() { return ALLOW_DUMP; }
/// Return true if ALLOW_LLVM_CL is defined as a non-zero value
// TODO(stichnot): this ALLOW_LLVM_CL is a TBD option which will
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment