[llvm-commits] CVS: llvm/lib/Reoptimizer/Inst/mkexcl/mkexcl.cpp

Joel Stanley jstanley at cs.uiuc.edu
Wed Apr 30 17:37:01 PDT 2003


Changes in directory llvm/lib/Reoptimizer/Inst/mkexcl:

mkexcl.cpp updated: 1.1 -> 1.2

---
Log message:

Updated location of ElfReader.h


---
Diffs of the changes:

Index: llvm/lib/Reoptimizer/Inst/mkexcl/mkexcl.cpp
diff -u llvm/lib/Reoptimizer/Inst/mkexcl/mkexcl.cpp:1.1 llvm/lib/Reoptimizer/Inst/mkexcl/mkexcl.cpp:1.2
--- llvm/lib/Reoptimizer/Inst/mkexcl/mkexcl.cpp:1.1	Wed Apr 30 16:28:38 2003
+++ llvm/lib/Reoptimizer/Inst/mkexcl/mkexcl.cpp	Wed Apr 30 17:42:36 2003
@@ -1,4 +1,15 @@
+////////////////
+// programmer: Joel Stanley
+//       date: Wed Apr 30 17:19:23 CDT 2003
+//     fileid: mkexcl.cpp
+//    purpose: Provides the 'mkexcl' command-line utility.  This utility reads the input
+//    ELF files and dumps a C++ file to stdout that, when compiled, populates a vector
+//    with the symbol names contained in the object files.  This command-line utility is
+//    intended to work as part of the build process for the Reoptimizer-based performance
+//    instrumentation binary editing library.
+
 #include <iostream>
+#include "llvm/Reoptimizer/Inst/ElfReader.h"
 
 int main(int argc, char** argv) 
 {





More information about the llvm-commits mailing list