summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim Northover <Tim.Northover@arm.com>2013-05-04 20:13:52 +0000
committerTim Northover <Tim.Northover@arm.com>2013-05-04 20:13:52 +0000
commitbd121f5b3ab3703527b810be1dc38e15a6f8944a (patch)
tree73c0cedd05f120ab613508f7e73bc1dd6051eb3a /lib
parent9a29cf281e5fc4e3fd4f4f83296fbc22ebfdac86 (diff)
downloadllvm-bd121f5b3ab3703527b810be1dc38e15a6f8944a.tar.gz
llvm-bd121f5b3ab3703527b810be1dc38e15a6f8944a.tar.bz2
llvm-bd121f5b3ab3703527b810be1dc38e15a6f8944a.tar.xz
Build system changes to enable MCJIT on AArch64
These changes just allow AArch64 to take part in the MCJIT world when built correctly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181130 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/AArch64/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/AArch64/LLVMBuild.txt b/lib/Target/AArch64/LLVMBuild.txt
index 3b296fdddc..6e4ce8bea8 100644
--- a/lib/Target/AArch64/LLVMBuild.txt
+++ b/lib/Target/AArch64/LLVMBuild.txt
@@ -25,7 +25,7 @@ parent = Target
has_asmparser = 1
has_asmprinter = 1
has_disassembler = 1
-;has_jit = 1
+has_jit = 1
[component_1]
type = Library