search for: recurse1

Displaying 1 result from an estimated 1 matches for "recurse1".

Did you mean: recurse
2014 Apr 04
2
[LLVMdev] successful full recurse of mips32
We have NFS mounted drives. I first build an clang/llvm hosted compiler for Mips linux using the clang/llvm linux x86 compiler. Call this clang1. then in directory recurse on Mips host, I place this clang1 compiler and build clang2. then i rename recurse to recurse1 and create a new recurse directory. in recurse I copy clang2 from recurse1 to a recurse but name it clang1. then i build recurse2 again in directory recurse on the mips host (this time it was built with the second generation clang/llvm). then use find to diff all the .o files rkotler at mipssw...