Displaying 2 results from an estimated 2 matches for "62c9a20e".
Did you mean:
62c5a10e
2009 Mar 19
0
[LLVMdev] Question about llvm/llvm-gcc visibility
Hi, Mark
> #pragma GCC visibility push(hidden)
In theory - yes.
> If so, what are the options I need to set when configuring llvm and
> llvm-gcc?
Well... No extra options are needed.
> 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.
Visibility
2009 Mar 18
2
[LLVMdev] Question about llvm/llvm-gcc visibility
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