diff options
author | Danil Malyshev <dmalyshev@accesssoftek.com> | 2012-05-17 21:07:47 +0000 |
---|---|---|
committer | Danil Malyshev <dmalyshev@accesssoftek.com> | 2012-05-17 21:07:47 +0000 |
commit | bb8cef51dfe7bb59109786a0ca46ad165c39aa38 (patch) | |
tree | 47107748cff082496775ef833af69b4cc385cc19 /Makefile.config.in | |
parent | 9133783d5483e38b16af6c10df7a8bbe655d3446 (diff) |
- 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.in | 2 |
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) |