search for: libllvmpic16pass

Displaying 4 results from an estimated 4 matches for "libllvmpic16pass".

Did you mean: libllvmpic16passes
2010 Sep 28
0
[LLVMdev] libLLVMpic16passes ?
Just discovered that the library LLVMpic16passes is odd on several accounts: * It doesn't follow the naming schema of the rest of the libraries for that target (should be LLVMPIC16Passes) * Nothing references it. * It differs from the typical library layout of an LLVM target (no other target has a LLVM*passes library) I've changed the name to LLVMPIC16Passes (originally it was
2010 Jun 05
1
[LLVMdev] undefined reference when using llvm-config
...LLVMMBlazeCodeGen.a libLLVMMBlazeInfo.a libLLVMMC.a libLLVMMCParser.a libLLVMMipsAsmPrinter.a libLLVMMipsCodeGen.a libLLVMMipsInfo.a libLLVMMSIL.a libLLVMMSILInfo.a libLLVMMSP430AsmPrinter.a libLLVMMSP430CodeGen.a libLLVMMSP430Info.a libLLVMPIC16AsmPrinter.a libLLVMPIC16CodeGen.a libLLVMPIC16Info.a libLLVMpic16passes.a libLLVMPowerPCAsmPrinter.a libLLVMPowerPCCodeGen.a libLLVMPowerPCInfo.a libllvm_scalar_opts.a libLLVMScalarOpts.a libLLVMSelectionDAG.a libLLVMSparcAsmPrinter.a libLLVMSparcCodeGen.a libLLVMSparcInfo.a libLLVMSupport.a libLLVMSystem.a libLLVMSystemZAsmPrinter.a libLLVMSystemZCodeGen.a libLLVMSy...
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