summaryrefslogtreecommitdiff
path: root/tools/llvm2cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-05-29 18:05:59 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-05-29 18:05:59 +0000
commit4edca3325b95eb31b338e2783f907aa8f57b0780 (patch)
tree25a384a9689da6678703a54ee64132ae950546d9 /tools/llvm2cpp
parentcb29bd7fc918b44ffef330dff5276bccb9a34fb6 (diff)
downloadllvm-4edca3325b95eb31b338e2783f907aa8f57b0780.tar.gz
llvm-4edca3325b95eb31b338e2783f907aa8f57b0780.tar.bz2
llvm-4edca3325b95eb31b338e2783f907aa8f57b0780.tar.xz
Remove temporary testing rules.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28539 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm2cpp')
-rw-r--r--tools/llvm2cpp/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/llvm2cpp/Makefile b/tools/llvm2cpp/Makefile
index e1511db8bd..a15b609b9e 100644
--- a/tools/llvm2cpp/Makefile
+++ b/tools/llvm2cpp/Makefile
@@ -12,17 +12,3 @@ USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMCore \
LLVMSupport.a LLVMbzip2 LLVMSystem.a
include $(LEVEL)/Makefile.common
-
-CPPFILESTOTRY = recurty.cpp globalvars.cpp
-tryit: all-local $(CPPFILESTOTRY)
-
-%.cpp : %.ll $(ToolDir)/llvm2cpp
- llvm2cpp $*.ll -f -o $*.cpp
-
-% : %.cpp Makefile
- gcc -Wall -I$(LLVM_SRC_ROOT)/include -I$(LLVM_OBJ_ROOT)/include -g \
- -D__STDC_LIMIT_MACROS -L$(LibDir) $(LibDir)/LLVMCore.o -lLLVMSupport \
- $(LibDir)/LLVMbzip2.o -lLLVMSystem -lstdc++ -Wno-unused \
- $*.cpp -o $*
-
-#$(CPPFILESTOTRY): $(ToolDir)/llvm2cpp