[LLVMdev] "bytecode" --> "bitcode"
Tanya M. Lattner
tonic at nondot.org
Tue Jul 3 10:30:17 PDT 2007
> ggreif at my [!297] cd /home/ggreif/llvm
>
> ggreif at my [!298] find . -name "*.cpp" | xargs grep bytecode | wc -l
> 143
>
> I guess these are a quick prey for perl's in-place replace.
>
>
> But wait! There are more:
>
> ggreif at my [!299] find . -name "*.cpp" | xargs grep -i bytecode | wc -l
> 291
>
> probably all of the rest is "Bytecode"
>
> ggreif at my [!300] find . -name "*.cpp" | xargs grep Bytecode | wc -l
> 151
>
>
> Indeed :-)
Thanks for the info. Patches are accepted ;)
Also, we have a great utility: utils/llvmgrep.
-Tanya
More information about the llvm-dev
mailing list