1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

llvm2cpp is ready to be compiled so add it to the makefile, but make it

optional.

llvm-svn: 28570
This commit is contained in:
Reid Spencer 2006-05-30 21:20:55 +00:00
parent e614fcb5ae
commit abbb7e5b84

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