[LLVMdev] dragonegg plugin invoking issue

Duncan Sands baldrick at free.fr
Sat Aug 28 21:56:42 PDT 2010


Hi Rehman, does it work if you remove -fvisibility=hidden from these two lines
in the Makefile:
  CFLAGS+=-Wall $(shell $(LLVM_CONFIG) --cflags) -fvisibility=hidden
  CXXFLAGS+=-Wall $(shell $(LLVM_CONFIG) --cxxflags) -fvisibility=hidden
?

> - Modified the llvm-backend.cpp in dragonegg to make available the global
> plugin_is_GPL_compatible publically

What exactly did you change here?

Ciao,

Duncan.



More information about the llvm-dev mailing list