diff options
author | Yiannis Tsiouris <[email protected]> | 2014-01-28 18:16:54 +0200 |
---|---|---|
committer | Yiannis Tsiouris <[email protected]> | 2014-03-07 18:35:03 +0200 |
commit | 030fd3f190a44bef059e7490c4b9c615088287d8 (patch) | |
tree | 251e9cfbd442f33b37379e879862646430ec3a37 /lib/hipe/Makefile | |
parent | 7a490d5cff3f033901ab6cac6c0fc1fd7bcb22c7 (diff) | |
download | otp-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/Makefile | 2 |
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 |