forked from OSchip/llvm-project
[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:
parent
0b55f94d2b
commit
f5e48a2ad3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue