[PATCH] D35696: Fix compiler-rt build with aarch64 using -march=armv8-a
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 13 10:40:29 PDT 2018
cryptoad added a comment.
I fixed at some point COMPILER_RT_HAS_MCRC_FLAG being defined for x86_64, it was due to warnings being disabled, making all the cmake checks pass.
See https://reviews.llvm.org/D46079. It might be what's happening here.
Repository:
rL LLVM
https://reviews.llvm.org/D35696
More information about the llvm-commits
mailing list