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
This commit is contained in:
Reid Spencer 2006-05-30 21:20:55 +00:00
parent a0b8515f30
commit ac28588def

View File

@ -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