[PATCH] D70024: [compiler-rt] Disable fuzzer large.test when LLVM_ENABLE_EXPENSIVE_CHECKS=ON.
Alex Lorenz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 18:40:46 PST 2019
arphaman added a reviewer: arphaman.
arphaman added a comment.
LGTM. Based on the analysis I did on the bot, the test takes 2 hours to compile the file, and the majority of time it spent in IR/MIR verifiers. For now it would make sense to disable this test for expensive checks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70024/new/
https://reviews.llvm.org/D70024
More information about the llvm-commits
mailing list