[llvm-commits] CVS: llvm/lib/Support/SystemUtils.cpp
Misha Brukman
brukman at cs.uiuc.edu
Thu Aug 7 16:35:02 PDT 2003
Changes in directory llvm/lib/Support:
SystemUtils.cpp updated: 1.11 -> 1.12
---
Log message:
Doxygen-ify the comments by using '///' instead of '//'.
---
Diffs of the changes:
Index: llvm/lib/Support/SystemUtils.cpp
diff -u llvm/lib/Support/SystemUtils.cpp:1.11 llvm/lib/Support/SystemUtils.cpp:1.12
--- llvm/lib/Support/SystemUtils.cpp:1.11 Thu Aug 7 16:33:33 2003
+++ llvm/lib/Support/SystemUtils.cpp Thu Aug 7 16:34:25 2003
@@ -37,11 +37,11 @@
}
-// FindExecutable - Find a named executable, giving the argv[0] of program being
-// executed. This allows us to find another LLVM tool if it is built into the
-// same directory, but that directory is neither the current directory, nor in
-// the PATH. If the executable cannot be found, return an empty string.
-//
+/// FindExecutable - Find a named executable, giving the argv[0] of program
+/// being executed. This allows us to find another LLVM tool if it is built into
+/// the same directory, but that directory is neither the current directory, nor
+/// in the PATH. If the executable cannot be found, return an empty string.
+///
std::string FindExecutable(const std::string &ExeName,
const std::string &ProgramPath) {
// First check the directory that bugpoint is in. We can do this if
More information about the llvm-commits
mailing list