Displaying 1 result from an estimated 1 matches for "lcygllvm".
Did you mean:
cygllvm
2013 Jun 11
2
[LLVMdev] how to opt -load on cygwin
...Hello, $(PARALLEL_DIRS))
endif
On the other hand, I found old suggestions to use
configure --enable-shared --disable-embed-stdcxx
and then link a pass to LLVM dynamic library, using the following Makefile
for the pass:
...
LOADABLE_MODULE=1
include $(LEVEL)/Makefile.common
LIBS+=-Lpath-to-LLVM -lcygLLVM-3.4svn
I'm able to build the mypass.dll which is linked against cygLLVM-3.4svn.dll.
However, opt load still fails (has no effect).
Are opt plugins still supported for Cygwin target?
Kind Regards,
Sergey Yakushkin
-------------- next part --------------
An HTML attachment was scrubbed...
URL:...