diff options
author | George Karpenkov <ekarpenkov@apple.com> | 2017-07-12 18:16:09 +0000 |
---|---|---|
committer | George Karpenkov <ekarpenkov@apple.com> | 2017-07-12 18:16:09 +0000 |
commit | cf26a86601ec358e56f220d908e25c36fc953bb6 (patch) | |
tree | 88fc38b7039aeaa64febdb84e3aa3017132f9636 /llvm/lib/Support/ErrorHandling.cpp | |
parent | 6eab75fbb0f870262544eaca7db4931156d733a5 (diff) | |
download | llvm-cf26a86601ec358e56f220d908e25c36fc953bb6.zip llvm-cf26a86601ec358e56f220d908e25c36fc953bb6.tar.gz llvm-cf26a86601ec358e56f220d908e25c36fc953bb6.tar.bz2 |
[libFuzzer] NFC Declare LIBFUZZER_FLAGS_BASE outside of an if-block
The current code relies on the assumption that tests are included only
if LLVM_USE_SANITIZE_COVERAGE is enabled.
This commit makes it easier to relax the assumption in the future, as
the variable LIBFUZZER_FLAGS_BASE is used further in libFuzzer tests.
Differential Revision: https://reviews.llvm.org/D35314
llvm-svn: 307825
Diffstat (limited to 'llvm/lib/Support/ErrorHandling.cpp')
0 files changed, 0 insertions, 0 deletions