[LLVMdev] opengl es 2

Ben Pope benpope81 at gmail.com
Tue Sep 3 21:56:43 PDT 2013


On 04/09/13 12:04, sara.elshobaky at laposte.net wrote:
> Hello,
> Can LLVM execute OpenGL ES 2.0 programs safely?
> As I tried a simple code, and I get some crashes while using lli
> example
> LLVM ERROR: Program used external function '__dso_handle' which could
> not be resolved!

When you link to dynamic libraries, you also need to link libdl.

Ben







More information about the llvm-dev mailing list