Displaying 1 result from an estimated 1 matches for "helol".
Did you mean:
hello
2009 Mar 09
1
[LLVMdev] Cygwin patch
...have wasted
enough time on this patch now, atleast SVN LLVM should compile on Cygwin
now.
The following adds libraries for Cygwin and also for MinGW (not tested)
where Linux's g++ ld finds these from a path using a weird command line
which does not work on Cygwin or MinGW.
lib/Transofrms/Helol/Makefile :-
+ifeq ($(OS), $(filter $(OS), Cygwin MingW))
+ USEDLIBS = LLVMAnalysis.a LLVMCore.a LLVMInstrumentation.a
LLVMScalarOpts.a LLVMSupport.a LLVMSystem.a LLVMTransformUtils.a LLVMipa.a
LLVMipo.a
+else
+ USEDLIBS =
+endif
Aaron
-------------- next part --------------...