diff options
| author | van Hauser <vh@thc.org> | 2019-07-05 13:27:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-05 13:27:38 +0200 |
| commit | c0332ad98b84bad3798cbe23d36b07423f216479 (patch) | |
| tree | 8ef28842ef80063972b925faea1c3dd883d4eb3d /llvm_mode/split-compares-pass.so.cc | |
| parent | 7f6aaa53147afd4feb549214f49d0f5f69e4af6c (diff) | |
| parent | b57b2073acf85e985f513a12d8aae725f8942689 (diff) | |
| download | afl++-c0332ad98b84bad3798cbe23d36b07423f216479.tar.gz | |
Merge branch 'master' into neverZero_counters
Diffstat (limited to 'llvm_mode/split-compares-pass.so.cc')
| -rw-r--r-- | llvm_mode/split-compares-pass.so.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm_mode/split-compares-pass.so.cc b/llvm_mode/split-compares-pass.so.cc index 25ccb3b4..2ea73aaa 100644 --- a/llvm_mode/split-compares-pass.so.cc +++ b/llvm_mode/split-compares-pass.so.cc @@ -477,6 +477,8 @@ bool SplitComparesTransform::runOnModule(Module &M) { int bitw = 64; char* bitw_env = getenv("LAF_SPLIT_COMPARES_BITW"); + if (!bitw_env) + bitw_env = getenv("AFL_LLVM_LAF_SPLIT_COMPARES_BITW"); if (bitw_env) { bitw = atoi(bitw_env); } |
