[llvm-branch-commits] [cfe-branch] r139281 - /cfe/branches/Apple/lemur-IB/Makefile

Ted Kremenek kremenek at apple.com
Wed Sep 7 23:26:01 PDT 2011


Author: kremenek
Date: Thu Sep  8 01:26:01 2011
New Revision: 139281

URL: http://llvm.org/viewvc/llvm-project?rev=139281&view=rev
Log:
Do not build ARM backend as part of rewriter.

Modified:
    cfe/branches/Apple/lemur-IB/Makefile

Modified: cfe/branches/Apple/lemur-IB/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/lemur-IB/Makefile?rev=139281&r1=139280&r2=139281&view=diff
==============================================================================
--- cfe/branches/Apple/lemur-IB/Makefile (original)
+++ cfe/branches/Apple/lemur-IB/Makefile Thu Sep  8 01:26:01 2011
@@ -97,7 +97,7 @@
 	"$(CMAKE)" -E make_directory "$(OBJROOT)"
 	cd "$(OBJROOT)" && \
 	"$(CMAKE)" "-DCMAKE_INSTALL_PREFIX:=$(STAGEROOT)" \
-	           "-DLLVM_TARGETS_TO_BUILD:=X86;ARM" \
+	           "-DLLVM_TARGETS_TO_BUILD:=X86" \
 	           "-DLLVM_USE_CRT_RELEASE:=$(MSVC_CRT)" \
 	           "-DLLVM_USE_CRT_MINSIZEREL:=$(MSVC_CRT)" \
 	           "-DLLVM_USE_CRT_RELWITHDEBINFO:=$(MSVC_CRT)" \





More information about the llvm-branch-commits mailing list