Displaying 2 results from an estimated 2 matches for "llvm_global_visibility".
2010 Sep 09
0
[LLVMdev] dragonegg plugin invoking issue
Hi Rehman, if I understand right the plugin works fine if you compile it with
-fvisibility=hidden, and replace LLVM_GLOBAL_VISIBILITY in llvm-backend.cpp
with __attribute__ ((visibility("default"))). Since LLVM_GLOBAL_VISIBILITY
is a macro that expands to __attribute__ ((visibility("default"))) if you
are not on mingw32 or cygwin, and your gcc version is at least 4, that
suggests that you are compiling the pl...
2010 Aug 24
4
[LLVMdev] dragonegg plugin invoking issue
Hi,
I am using latest sources on GCC (gcc4.5_branch), LLVM and dragonegg. I am able to build all three bits though unsuccessfull in building. Already done obvious things
- checked out the sources as per defined in "Getting the development version" on dragonegg.llvm.org
- Modified the llvm-backend.cpp in dragonegg to make available the global plugin_is_GPL_compatible publically
-