[LLVMdev] Question about llvm/llvm-gcc visibility

Mark A. Lyan omineo at gmail.com
Wed Mar 18 10:52:30 PDT 2009


Gurus-

Do llvm/llvm-gcc support pragma definitions for visibility like:

#pragma GCC visibility push(hidden)

If so, what are the options I need to set when configuring llvm and
llvm-gcc?

I'm able to compile the module with llvm-gcc (with the above pragma
included), but the kernel still rejects the module at load time saying the
module is compiled with PLT/GOT.

Any Inputs, Insights?

Thanks in advance,
-KC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090318/90dc994e/attachment.html>


More information about the llvm-dev mailing list