aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/Makefile
diff options
context:
space:
mode:
authorYiannis Tsiouris <[email protected]>2014-01-28 18:16:54 +0200
committerYiannis Tsiouris <[email protected]>2014-03-07 18:35:03 +0200
commit030fd3f190a44bef059e7490c4b9c615088287d8 (patch)
tree251e9cfbd442f33b37379e879862646430ec3a37 /lib/hipe/Makefile
parent7a490d5cff3f033901ab6cac6c0fc1fd7bcb22c7 (diff)
downloadotp-030fd3f190a44bef059e7490c4b9c615088287d8.tar.gz
otp-030fd3f190a44bef059e7490c4b9c615088287d8.tar.bz2
otp-030fd3f190a44bef059e7490c4b9c615088287d8.zip
Implement the LLVM backend
Diffstat (limited to 'lib/hipe/Makefile')
-rw-r--r--lib/hipe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/Makefile b/lib/hipe/Makefile
index a9e24f4d17..46cbc33ae2 100644
--- a/lib/hipe/Makefile
+++ b/lib/hipe/Makefile
@@ -22,7 +22,7 @@ include $(ERL_TOP)/make/target.mk
include $(ERL_TOP)/make/$(TARGET)/otp.mk
ifdef HIPE_ENABLED
-HIPE_SUBDIRS = regalloc sparc ppc x86 amd64 arm opt tools
+HIPE_SUBDIRS = regalloc sparc ppc x86 amd64 arm opt tools llvm
else
HIPE_SUBDIRS =
endif