Displaying 7 results from an estimated 7 matches for "libcompilerdriv".
Did you mean:
libcompilerdriver
2009 Jul 01
4
[LLVMdev] [Cygwin] Cygwin is broken again
llvm[2]: Linking Debug Loadable Module libCompilerDriver.dll
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld:
unrecognized option '--enable-runtime-pseudo-relocs'
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: use the
--help option for usage information
collect2: ld returned 1 exit status
make[2]: *** [...
2009 Jul 02
0
[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'?
If I understand correctly, this bug makes it impossible to produce loadable
modules on Cygwin.
2010 Jun 05
1
[LLVMdev] undefined reference when using llvm-config
...0 2**4
319 .text._ZN4llvm15LLVMContextImplD1Ev 0000159d 00000000 00000000
00008900 2**4
320 .text._ZN4llvm14object_deleterINS_11LLVMContextEE4callEPv 0000003a
00000000 00000000 00009ea0 2**4
Here is the contents of my local library directory:
e0082888 at e0082888-laptop:~$ ls -1 local/lib
libCompilerDriver.a
libEnhancedDisassembly.a
libEnhancedDisassembly.so
libllvm.a
libLLVMAlphaAsmPrinter.a
libLLVMAlphaCodeGen.a
libLLVMAlphaInfo.a
libllvm_analysis.a
libLLVMAnalysis.a
libLLVMArchive.a
libLLVMARMAsmParser.a
libLLVMARMAsmPrinter.a
libLLVMARMCodeGen.a
libLLVMARMInfo.a
libLLVMAsmParser.a
libLLVMAsmPri...
2009 Jul 01
0
[LLVMdev] [Cygwin] Cygwin is broken again
On Jul 1, 2009, at 2:59 PM, Aaron Gray wrote:
> Cygwin is broken twice now.
>
FWIW, I applied your patch for the OTHER Cygwin failure yesterday, so
that one should be fixed.
--Owen
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
> modules on Cygwin.
I don't think Cygwin supports loadable modules anyway.
How do I disable this just on Cygwin ?...
2010 Jun 05
0
[LLVMdev] undefined reference when using llvm-config
Hi Tom,
> I'm trying to start a project based on llvm, but am running into some
> difficulties. I started with the 'LLVM Project Guide', but got hung
> up in the complexities of configure.ac. I'm now using llvm-config to
> provide the linker directives, but this results in undefined
> references:
>
> $ llvm-g++ `$HOME/local/bin/llvm-config --cppflags
2010 Jun 04
2
[LLVMdev] undefined reference when using llvm-config
I'm trying to start a project based on llvm, but am running into some
difficulties. I started with the 'LLVM Project Guide', but got hung
up in the complexities of configure.ac. I'm now using llvm-config to
provide the linker directives, but this results in undefined
references:
$ llvm-g++ `$HOME/local/bin/llvm-config --cppflags --ldflags --libs
bitwriter` ModuleMaker.cpp