[llvm-commits] CVS: llvm/tools/llvm-nm/llvm-nm.cpp
Chris Lattner
lattner at cs.uiuc.edu
Wed May 24 10:04:35 PDT 2006
Changes in directory llvm/tools/llvm-nm:
llvm-nm.cpp updated: 1.25 -> 1.26
---
Log message:
Patches to make the LLVM sources more -pedantic clean. Patch provided
by Anton Korobeynikov! This is a step towards closing PR786: http://llvm.cs.uiuc.edu/PR786 .
---
Diffs of the changes: (+1 -1)
llvm-nm.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/llvm-nm/llvm-nm.cpp
diff -u llvm/tools/llvm-nm/llvm-nm.cpp:1.25 llvm/tools/llvm-nm/llvm-nm.cpp:1.26
--- llvm/tools/llvm-nm/llvm-nm.cpp:1.25 Thu Jul 7 13:21:42 2005
+++ llvm/tools/llvm-nm/llvm-nm.cpp Wed May 24 12:04:04 2006
@@ -63,7 +63,7 @@
bool MultipleFiles = false;
std::string ToolName;
-};
+}
char TypeCharForSymbol (GlobalValue &GV) {
if (GV.isExternal ()) return 'U';
More information about the llvm-commits
mailing list