summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorDanil Malyshev <dmalyshev@accesssoftek.com>2012-05-17 21:07:47 +0000
committerDanil Malyshev <dmalyshev@accesssoftek.com>2012-05-17 21:07:47 +0000
commitbb8cef51dfe7bb59109786a0ca46ad165c39aa38 (patch)
tree47107748cff082496775ef833af69b4cc385cc19 /Makefile.config.in
parent9133783d5483e38b16af6c10df7a8bbe655d3446 (diff)
downloadllvm-bb8cef51dfe7bb59109786a0ca46ad165c39aa38.tar.gz
llvm-bb8cef51dfe7bb59109786a0ca46ad165c39aa38.tar.bz2
llvm-bb8cef51dfe7bb59109786a0ca46ad165c39aa38.tar.xz
- Added ExecutionEngine/MCJIT tests
- Added HOST_ARCH to Makefile.config.in The HOST_ARCH will be used by MCJIT tests filter, because MCJIT supported only x86 and ARM architectures now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157015 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 2ffdacbe90..e90731b3a0 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -112,6 +112,8 @@ HOST_OS=@HOST_OS@
# Target operating system for which LLVM will compile for.
TARGET_OS=@TARGET_OS@
+# Host hardware architecture
+HOST_ARCH=@HOST_ARCH@
# Target hardware architecture
ARCH=@ARCH@
TARGET_NATIVE_ARCH := $(ARCH)