From: Reid Spencer Date: Tue, 30 May 2006 21:20:55 +0000 (+0000) Subject: llvm2cpp is ready to be compiled so add it to the makefile, but make it X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ac28588def0093238a28c52952c37919190873f5;p=oota-llvm.git llvm2cpp is ready to be compiled so add it to the makefile, but make it optional. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28570 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/Makefile b/tools/Makefile index ace2e2165bf..e262b2ace3a 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -12,4 +12,6 @@ PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld llvm-stub \ analyze llvm-extract llvm-nm llvm-prof llvm-ar llvm-ranlib \ llvm-bcanalyzer llvmc llvm-ld llvm-db bugpoint llvm-config +OPTIONAL_DIRS := llvm2cpp + include $(LEVEL)/Makefile.common