[CMake][compiler-rt] Include the missing variables

This includes the missing variables as pointed out in
https://reviews.llvm.org/rGb0e2ffe151c3
This commit is contained in:
Petr Hosek 2022-04-06 17:40:29 -07:00
parent 0b55f94d2b
commit f5e48a2ad3
1 changed files with 3 additions and 0 deletions

View File

@ -20,8 +20,11 @@ endif()
set(ARM64 aarch64)
set(ARM32 arm armhf armv6m armv7m armv7em armv7 armv7s armv7k)
set(HEXAGON hexagon)
set(X86 i386)
set(X86_64 x86_64)
set(PPC32 powerpc powerpcspe)
set(PPC64 powerpc64 powerpc64le)
set(RISCV32 riscv32)
set(RISCV64 riscv64)
set(VE ve)