Displaying 4 results from an estimated 4 matches for "_patch_".
Did you mean:
_match_
2009 Jul 03
2
[LLVMdev] [Cygwin] Cygwin is broken again
...; Just compile with `make VERBOSE=1` and then copy, paste & edit
> the offending line.
Okay
>> I don't think Cygwin supports loadable modules anyway.
>
> Really, Cygwin doesn't allow to produce DLLs? Then I guess I
> should make this a configure option.
I sent you a _patch_ that disables it on Cygwin for the time being. LLVM
does not load DLL's properly apparently. I would love to get to the bottom
of this at some point.
Anyway the patch is on the commits list anyway.
Aaron
2009 Jul 03
0
[LLVMdev] [Cygwin] Cygwin is broken again
Hi Aaron,
Aaron Gray <aaronngray.lists <at> googlemail.com> writes:
> I sent you a _patch_ that disables it on Cygwin for the time being. LLVM
> does not load DLL's properly apparently. I would love to get to the bottom
> of this at some point.
I've just added an --enable-llvmc-dynamic configure option (enabled
only on Windows by default). This is based on your patch.
2009 Jul 02
2
[LLVMdev] [Cygwin] Cygwin is broken again
> Hi Aaron,
>
> Aaron Gray <aaronngray.lists <at> googlemail.com> writes:
>
>> unrecognized option '--enable-runtime-pseudo-relocs'
>
> Interesting.
> Does libCompilerDriver.dll link w/o '--enable-runtime-pseudo-relocs'?
I have not tried as of yet.
> If I understand correctly, this bug makes it impossible to produce
> loadable
>
2009 Jul 02
0
[LLVMdev] [Cygwin] Cygwin is broken again
Hi Aaron,
Aaron Gray <aaronngray.lists <at> googlemail.com> writes:
> I have not tried as of yet.
Just compile with `make VERBOSE=1` and then copy, paste & edit
the offending line.
> I don't think Cygwin supports loadable modules anyway.
Really, Cygwin doesn't allow to produce DLLs? Then I guess I
should make this a configure option.