Displaying 2 results from an estimated 2 matches for "a41fcf67".
2011 Apr 01
0
[LLVMdev] compiling bitccode to executable binary/LLI
...solved!.
>
> Could anyone guide me to the correct workflow for doing such transforms and
> then executing them?
>
> Thanks
> Nipun
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110401/a41fcf67/attachment.html>
2011 Apr 01
2
[LLVMdev] compiling bitccode to executable binary/LLI
Hi,
Could anyone tell me how exactly can one convert a .bc file (bitcode file)
to an executable in the native program.
I was trying an instrumentation transform with the following workflow
opt -insert-edge-profiling input.bc -o output.bc
and then try and execute output.bc using
lli output.bc
however the program gives the following error : Program used external
function