[llvm-commits] CVS: llvm/utils/findsym.pl

2006-08-09 Thread Reid Spencer
Changes in directory llvm/utils: findsym.pl updated: 1.1 -> 1.2 --- Log message: Fix a comment. --- Diffs of the changes: (+1 -2) findsym.pl |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/utils/findsym.pl diff -u llvm/utils/findsym.pl:1.1 llvm/utils/findsym.pl:1.

[llvm-commits] CVS: llvm/utils/findsym.pl

2006-03-23 Thread Reid Spencer
Changes in directory llvm/utils: findsym.pl added (r1.1) --- Log message: A little script to find LLVM symbols. Ideally this would use c++filt for both input and output to render everything in C++, but that will be the next patch. For now, it just runs nm and greps each .o or .a file for the