[LLVMdev] Could you add tests for dlsym stubs?

Jeffrey Yasskin jyasskin at google.com
Sun Nov 8 15:17:30 PST 2009


Hi Nate. I've noticed that when I hardcode
ExecutionEngine::areDlsymStubsEnabled() to always return false,
check-lit still passes.

I'm working on fixing a couple bugs in the JIT that involve changing
how stubs are handled. I'm being careful around dlsym stubs, but I'm
not perfect and may make a mistake. I'd really appreciate if you could
add some tests for the code you added that would prevent me from
accidentally breaking it.

Thanks,
Jeffrey



More information about the llvm-dev mailing list