diff options
author | Tim Northover <Tim.Northover@arm.com> | 2013-05-04 20:13:52 +0000 |
---|---|---|
committer | Tim Northover <Tim.Northover@arm.com> | 2013-05-04 20:13:52 +0000 |
commit | bd121f5b3ab3703527b810be1dc38e15a6f8944a (patch) | |
tree | 73c0cedd05f120ab613508f7e73bc1dd6051eb3a /lib/Target/AArch64/LLVMBuild.txt | |
parent | 9a29cf281e5fc4e3fd4f4f83296fbc22ebfdac86 (diff) | |
download | external_llvm-bd121f5b3ab3703527b810be1dc38e15a6f8944a.zip external_llvm-bd121f5b3ab3703527b810be1dc38e15a6f8944a.tar.gz external_llvm-bd121f5b3ab3703527b810be1dc38e15a6f8944a.tar.bz2 |
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/Target/AArch64/LLVMBuild.txt')
-rw-r--r-- | lib/Target/AArch64/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/AArch64/LLVMBuild.txt b/lib/Target/AArch64/LLVMBuild.txt index 3b296fd..6e4ce8b 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 |