summaryrefslogtreecommitdiff
path: root/utils/findsym.pl
Commit message (Collapse)AuthorAge
* Fix a comment.Reid Spencer2006-08-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29590 91177308-0d34-0410-b5e6-96231b3b80d8
* A little script to find LLVM symbols. Ideally this would use c++filt forReid Spencer2006-03-23
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 desired symbol. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27003 91177308-0d34-0410-b5e6-96231b3b80d8