summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
diff options
context:
space:
mode:
authorSid Manning <sidneym@codeaurora.org>2018-05-09 14:44:54 +0000
committerSid Manning <sidneym@codeaurora.org>2018-05-09 14:44:54 +0000
commit45688582b548029601dc801e9f92b0e36dd86823 (patch)
tree1f6af105d0a0365cbd57847506f597fd8b198511 /cmake/config-ix.cmake
parent65b4b157b2946ffe854538ce931a133faa89cdd9 (diff)
Add basic compiler-rt builtins support for hexagon.
Differential Revision: https://reviews.llvm.org/D46364 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@331881 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/config-ix.cmake')
-rw-r--r--cmake/config-ix.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index 82c3d2859..ee387dc22 100644
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -174,6 +174,7 @@ endmacro()
set(ARM64 aarch64)
set(ARM32 arm armhf)
+set(HEXAGON hexagon)
set(X86 i386)
set(X86_64 x86_64)
set(MIPS32 mips mipsel)