[llvm-commits] CVS: llvm/lib/Reoptimizer/Inst/mkexcl/Makefile mkexcl.cpp
Joel Stanley
jstanley at cs.uiuc.edu
Wed Apr 30 16:23:01 PDT 2003
Changes in directory llvm/lib/Reoptimizer/Inst/mkexcl:
Makefile added (r1.1)
mkexcl.cpp added (r1.1)
---
Log message:
mkexcl initial checkin
---
Diffs of the changes:
Index: llvm/lib/Reoptimizer/Inst/mkexcl/Makefile
diff -c /dev/null llvm/lib/Reoptimizer/Inst/mkexcl/Makefile:1.1
*** /dev/null Wed Apr 30 16:28:48 2003
--- llvm/lib/Reoptimizer/Inst/mkexcl/Makefile Wed Apr 30 16:28:38 2003
***************
*** 0 ****
--- 1,6 ----
+ LEVEL = ../../../..
+ TOOLNAME = mkexcl
+ USEDLIBS = tracecache bininterface
+ TOOLLINKOPTS = -lelf
+
+ include $(LEVEL)/Makefile.common
Index: llvm/lib/Reoptimizer/Inst/mkexcl/mkexcl.cpp
diff -c /dev/null llvm/lib/Reoptimizer/Inst/mkexcl/mkexcl.cpp:1.1
*** /dev/null Wed Apr 30 16:28:48 2003
--- llvm/lib/Reoptimizer/Inst/mkexcl/mkexcl.cpp Wed Apr 30 16:28:38 2003
***************
*** 0 ****
--- 1,7 ----
+ #include <iostream>
+
+ int main(int argc, char** argv)
+ {
+ std::cerr << "yeah" << std::endl;
+ return 0;
+ }
More information about the llvm-commits
mailing list