search for: c310adea

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

Did you mean: b310aaea
2010 Jul 09
1
[LLVMdev] Preserving BBs of bitcode to target binary
Hi, all I wonder whether I can preserve basic blocks of llvm-bc when it is compiled to the target(x86) binary. for instance, #llc --march=x86 test1.bc -o test1.s #llvm-gcc -O0 -o test1 test1.s then, can BBs from output binary of 'test1' find their correspondents from 'test1.bc' and vice versa? What I eventually want to find out is 1-1 mapping of BBs between llvm-bc and