Gurus-<br><br>Do llvm/llvm-gcc support pragma definitions for visibility like:<br><br>#pragma GCC visibility push(hidden)<br><br>If so, what are the options I need to set when configuring llvm and llvm-gcc?<br><br>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.<br>
<br>Any Inputs, Insights?<br><br>Thanks in advance,<br>-KC<br>