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 desired symbol. llvm-svn: 27003
Loading
Please register or sign in to comment