search for: libllvmalphacodegen

Displaying 13 results from an estimated 13 matches for "libllvmalphacodegen".

2009 Jun 23
0
[LLVMdev] Getting Circular dependancy between libLLVMAlphaAsmPrinter.a and libLLVMAlphaCodeGen.a
...ago. Do you know what has changed that could be causing this ? Thanks, Aaron ----- Original Message ----- From: Aaron Gray To: LLVM Developers Mailing List Sent: Tuesday, June 23, 2009 12:11 AM Subject: Re: [LLVMdev] Getting Circular dependancy between libLLVMAlphaAsmPrinter.a and libLLVMAlphaCodeGen.a Strange, seems to be working now on Linux, I had checkedout and used a clen build tree. Sorry for the noise. Aaron 2009/6/22 Anton Korobeynikov <anton at korobeynikov.info> > Still not working, what does TOT stand for ? Top Of the Tree. Works for me and Duncan...
2009 Jun 22
2
[LLVMdev] Getting Circular dependancy between libLLVMAlphaAsmPrinter.a and libLLVMAlphaCodeGen.a
Strange, seems to be working now on Linux, I had checkedout and used a clen build tree. Sorry for the noise. Aaron 2009/6/22 Anton Korobeynikov <anton at korobeynikov.info> > > Still not working, what does TOT stand for ? > Top Of the Tree. Works for me and Duncan also confirmed that it works > for him. Try to clean your build directory. > > -- > With best
2009 Jun 22
3
[LLVMdev] Getting Circular dependancy between libLLVMAlphaAsmPrinter.a and libLLVMAlphaCodeGen.a
Hi, I am getting the following error message :- llvm[1]: Checking for cyclic dependencies between LLVM libraries. find-cycles.pl: Circular dependency between *.a files: find-cycles.pl: libLLVMAlphaAsmPrinter.a libLLVMAlphaCodeGen.a llvm[1]: Building llvm-config script. cat: /home/ang/build/dev/tools/llvm-config/FinalLibDeps.txt: No such file or directory make[1]: *** [/home/ang/build/dev/Debug/bin/llvm-config] Error 1 make[1]: Leaving directory `/home/ang/build/dev/tools/llvm-config' make: *** [all] Error 1 Thanks, Aar...
2009 Jun 22
0
[LLVMdev] Getting Circular dependancy between libLLVMAlphaAsmPrinter.a and libLLVMAlphaCodeGen.a
> I am getting the following error message :- Try to update to TOT. The problem was fixed ~3 days ago. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2009 Jun 22
2
[LLVMdev] Getting Circular dependancy between libLLVMAlphaAsmPrinter.a and libLLVMAlphaCodeGen.a
Still not working, what does TOT stand for ? 2009/6/22 Anton Korobeynikov <anton at korobeynikov.info> > > I am getting the following error message :- > Try to update to TOT. The problem was fixed ~3 days ago. > > -- > With best regards, Anton Korobeynikov > Faculty of Mathematics and Mechanics, Saint Petersburg State University >
2009 Jun 22
0
[LLVMdev] Getting Circular dependancy between libLLVMAlphaAsmPrinter.a and libLLVMAlphaCodeGen.a
> Still not working, what does TOT stand for ? Top Of the Tree. Works for me and Duncan also confirmed that it works for him. Try to clean your build directory. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2010 Jun 05
1
[LLVMdev] undefined reference when using llvm-config
...llvm14object_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 libLLVMAsmPrinter.a libllvm_bitreader.a libLLVMBitReader.a libllvm_bitwriter.a libLLVMBitWriter.a libLLVMBlackfinAsmPrinter...
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
2010 Sep 30
2
[LLVMdev] CMake "sudo make install" & headers
...ing: /usr/local/llvm-2.8/lib/libLLVMipa.a -- Installing: /usr/local/llvm-2.8/lib/libLLVMMC.a -- Installing: /usr/local/llvm-2.8/lib/libLLVMMCParser.a -- Installing: /usr/local/llvm-2.8/lib/libLLVMMCDisassembler.a -- Up-to-date: /usr/local/llvm-2.8/bin/llvm-lit -- Installing: /usr/local/llvm-2.8/lib/libLLVMAlphaCodeGen.a -- Installing: /usr/local/llvm-2.8/lib/libLLVMAlphaInfo.a -- Installing: /usr/local/llvm-2.8/lib/libLLVMAlphaAsmPrinter.a -- Installing: /usr/local/llvm-2.8/lib/libLLVMARMCodeGen.a -- Installing: /usr/local/llvm-2.8/lib/libLLVMARMInfo.a -- Installing: /usr/local/llvm-2.8/lib/libLLVMARMAsmPrinter....
2010 Sep 30
0
[LLVMdev] CMake "sudo make install" & headers
Samuel Williams <space.ship.traveller at gmail.com> writes: > I might just be doing something stupid, but when I do > > $ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release .. > $ sudo make install > > I don't get the expected headers in > /usr/local/llvm-2.8/include/llvm > > It is simply an empty directory. It works fine for me on
2010 Sep 30
0
[LLVMdev] CMake "sudo make install" & headers
...ibLLVMipa.a > -- Installing: /usr/local/llvm-2.8/lib/libLLVMMC.a > -- Installing: /usr/local/llvm-2.8/lib/libLLVMMCParser.a > -- Installing: /usr/local/llvm-2.8/lib/libLLVMMCDisassembler.a > -- Up-to-date: /usr/local/llvm-2.8/bin/llvm-lit > -- Installing: /usr/local/llvm-2.8/lib/libLLVMAlphaCodeGen.a > -- Installing: /usr/local/llvm-2.8/lib/libLLVMAlphaInfo.a > -- Installing: /usr/local/llvm-2.8/lib/libLLVMAlphaAsmPrinter.a > -- Installing: /usr/local/llvm-2.8/lib/libLLVMARMCodeGen.a > -- Installing: /usr/local/llvm-2.8/lib/libLLVMARMInfo.a > -- Installing: /usr/local/llvm...
2010 Sep 30
6
[LLVMdev] CMake "sudo make install" & headers
Hi, I might just be doing something stupid, but when I do $ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release .. $ sudo make install I don't get the expected headers in /usr/local/llvm-2.8/include/llvm It is simply an empty directory. What am I doing wrong? This is on Mac OS X, CMake 2.8+ Kind regards, Samuel