Skip to content

Commit

Permalink
[CMake][compiler-rt] Include the missing variables
Browse files Browse the repository at this point in the history
This includes the missing variables as pointed out in
https://reviews.llvm.org/rGb0e2ffe151c3
  • Loading branch information
petrhosek committed Apr 7, 2022
1 parent 0b55f94 commit f5e48a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compiler-rt/cmake/crt-config-ix.cmake
Expand Up @@ -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)
Expand Down

0 comments on commit f5e48a2

Please sign in to comment.