[PATCH] D71168: [AArch64] Save FP for leaf functions when disabling frame pointer elimination
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 14 09:32:29 PST 2019
MaskRay added a comment.
In D71168#1784724 <https://reviews.llvm.org/D71168#1784724>, @thakis wrote:
> This breaks tests on the "expensive tests" bot: http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-debian/builds/514
>
> Please take a look!
Looking. Where can I find the cmake configuration?
Mine (`-DLLVM_ENABLE_ASSERTIONS=On -DLLVM_ENABLE_EXPENSIVE_CHECKS=On`) does not build for other reasons:
.../llvm/include/llvm/ADT/PointerUnion.h:93:26: error: constexpr variable 'NumLowBitsAvailable' must be initialized by
a constant expression
static constexpr int NumLowBitsAvailable = lowBitsAvailable<PTs...>();
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71168/new/
https://reviews.llvm.org/D71168
More information about the llvm-commits
mailing list