summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
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
commita958a57081c0a598b6822aec1534c58e4c9239a4 (patch)
tree9c8332490a96bca1a47c3b1acdd8bd2b79971ced /llvm/lib/Target
parent6c26b327ef459b3c1fa57a8ffeadb3634c8e31d1 (diff)
downloadbcm5719-llvm-a958a57081c0a598b6822aec1534c58e4c9239a4.tar.gz
bcm5719-llvm-a958a57081c0a598b6822aec1534c58e4c9239a4.zip
Build system changes to enable MCJIT on AArch64
These changes just allow AArch64 to take part in the MCJIT world when built correctly. llvm-svn: 181130
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/AArch64/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AArch64/LLVMBuild.txt b/llvm/lib/Target/AArch64/LLVMBuild.txt
index 3b296fdddc0..6e4ce8bea8a 100644
--- a/llvm/lib/Target/AArch64/LLVMBuild.txt
+++ b/llvm/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
OpenPOWER on IntegriCloud