[llvm-commits] CVS: llvm/lib/Reoptimizer/Inst/lib/Phases.cpp
Joel Stanley
jstanley at cs.uiuc.edu
Thu May 22 22:27:11 PDT 2003
Changes in directory llvm/lib/Reoptimizer/Inst/lib:
Phases.cpp updated: 1.34 -> 1.35
---
Log message:
Bug fixes; PAPI "support" added to RTL.
---
Diffs of the changes:
Index: llvm/lib/Reoptimizer/Inst/lib/Phases.cpp
diff -u llvm/lib/Reoptimizer/Inst/lib/Phases.cpp:1.34 llvm/lib/Reoptimizer/Inst/lib/Phases.cpp:1.35
--- llvm/lib/Reoptimizer/Inst/lib/Phases.cpp:1.34 Sun May 18 20:35:30 2003
+++ llvm/lib/Reoptimizer/Inst/lib/Phases.cpp Thu May 22 22:26:12 2003
@@ -71,7 +71,9 @@
using std::cerr;
using std::endl;
-// The function generated at compile-time by the 'mkexcl' command line utility.
+// The function generated at compile-time by the 'mkexcl' command line utility; the
+// command line utility must be run on any object/archive files containing symbols that
+// must be excluded, and the generated file compiled and linked in.
void makeExcludedSymbolSet(std::set<std::string>& set);
// Description of GBT contents emitted by phase 1. The extern reference to the GBT will be
More information about the llvm-commits
mailing list