aboutsummaryrefslogtreecommitdiffstats
path: root/host/include/llvm/Config/Targets.def
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2014-03-07 13:15:57 -0800
committerTim Murray <timmurray@google.com>2014-03-14 17:13:27 -0700
commit8aa5ce8cbaa58d14493eb694f06c8a0fde23c509 (patch)
tree343d7ce8767a0a37430083e6b4a567ebb30c19f4 /host/include/llvm/Config/Targets.def
parent130045bafb1899ab3ba3a4eab679a7df08321796 (diff)
downloadexternal_llvm-8aa5ce8cbaa58d14493eb694f06c8a0fde23c509.zip
external_llvm-8aa5ce8cbaa58d14493eb694f06c8a0fde23c509.tar.gz
external_llvm-8aa5ce8cbaa58d14493eb694f06c8a0fde23c509.tar.bz2
Make LLVM build on AArch64.
bug 13343378 Change-Id: I4152d2437a144645fa0b5a425b7bfdcb3a2a5594
Diffstat (limited to 'host/include/llvm/Config/Targets.def')
-rw-r--r--host/include/llvm/Config/Targets.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/include/llvm/Config/Targets.def b/host/include/llvm/Config/Targets.def
index 176bbbf..2985cf3 100644
--- a/host/include/llvm/Config/Targets.def
+++ b/host/include/llvm/Config/Targets.def
@@ -26,5 +26,6 @@
LLVM_TARGET(ARM)
LLVM_TARGET(Mips)
LLVM_TARGET(X86)
+LLVM_TARGET(AArch64)
#undef LLVM_TARGET