Hi,<br><br>Could anyone tell me how exactly can one convert a .bc file (bitcode file) to an executable in the native program. <br><br>I was trying an instrumentation transform with the following workflow<br><br>opt -insert-edge-profiling input.bc -o output.bc<br>

<br>and then try and execute output.bc using <br><br>lli output.bc<br><br>however the program gives the following error :  Program used external function 'llvm_start_edge_profiling' which could not be resolved!.<br>

<br>Could anyone guide me to the correct workflow for doing such transforms and then executing them?<br><br>Thanks<br>Nipun<br>