[PATCH] D98173: [compiler-rt] Normalize i?86 to i386 and armv* to arm for COMPILER_RT_DEFAULT_TARGET_ARCH
Ryan Prichard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 9 00:42:46 PST 2021
rprichard added a comment.
I think this is OK for Android.
The toplevel armhf mapping seems redundant now -- can it be removed? (https://github.com/llvm/llvm-project/blob/1200f85818d16e4f0a57c503e186df7a8ad92435/compiler-rt/CMakeLists.txt#L114)
I suppose this wildcard is also redundant: https://github.com/llvm/llvm-project/blob/1200f85818d16e4f0a57c503e186df7a8ad92435/compiler-rt/cmake/base-config-ix.cmake#L171.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98173/new/
https://reviews.llvm.org/D98173
More information about the llvm-commits
mailing list