search for: libllvmtransforms

Displaying 11 results from an estimated 11 matches for "libllvmtransforms".

2006 Nov 27
0
[LLVMdev] mingw binary is corrupt
...tering directory `/d/Apps/llvm/tools/opt' llvm[2]: Compiling AnalysisWrappers.cpp for Release build llvm[2]: Compiling GraphPrinters.cpp for Release build llvm[2]: Compiling PrintSCC.cpp for Release build llvm[2]: Compiling opt.cpp for Release build make[2]: *** No rule to make target `/lib/libLLVMTransforms.a', needed by `/d/Apps/llvm/Release/bin/opt.exe'. Stop. make[2]: Leaving directory `/d/Apps/llvm/tools/opt' make[1]: *** [opt/.makeall] Error 2 make[1]: Leaving directory `/d/Apps/llvm/tools' make: *** [all] Error 1 -- View this message in context: http://www.nabble.com/mingw-b...
2006 Nov 26
2
[LLVMdev] mingw binary is corrupt
Hello, > make[1]: *** [/d/apps/llvm/tools/llvm-config/LibDeps.txt] Error 127 > make[1]: Leaving directory `/d/apps/llvm/tools/llvm-config' > make: *** [all] Error 1 > > It seems as though GenLibDeps.pl does not exist but in fact it does exist in > that directory. I am baffled by that. > I don't really know much about Perl so I can't say if it failed while >
2006 Nov 27
2
[LLVMdev] mingw binary is corrupt
.../llvm/tools/opt' > llvm[2]: Compiling AnalysisWrappers.cpp for Release build > llvm[2]: Compiling GraphPrinters.cpp for Release build > llvm[2]: Compiling PrintSCC.cpp for Release build > llvm[2]: Compiling opt.cpp for Release build > make[2]: *** No rule to make target `/lib/libLLVMTransforms.a', needed by > `/d/Apps/llvm/Release/bin/opt.exe'. Stop. Looks to me like you're not configured correctly. Either that or llvm-config doesn't know how to construct the objdir directory properly. That error message should have a path like: /.../Release/lib/libLLVMTransforms.a...
2006 Aug 03
0
[LLVMdev] Building llvm under cygwin
Hello Anton Thu, 3 Aug 2006 15:06:56 +0400 you wrote: > here it is in the attachment :) Ok. Could you also send LibDeps.txt file? It should be in /obj/tools/llvm-config directory -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2006 Nov 28
0
[LLVMdev] mingw binary is corrupt
Reid Spencer-2 wrote: > > > Looks to me like you're not configured correctly. Either that or > llvm-config doesn't know how to construct the objdir directory properly. > That error message should have a path > like: /.../Release/lib/libLLVMTransforms.a > > To verify, try this command: > > llvm-config --obj-root > llvm-config --libfiles > > These should print full path names to your obj-root directory and your > libraries. If not, something went wrong with the construction of > llvm-config. In that case, try "m...
2006 Aug 04
1
[LLVMdev] Building llvm under cygwin
Hello Anton Fri, 4 Aug 2006 21:45:19 +0400 you wrote: > Written by Mike Haertel and Paul Eggert. > I've updated llvm and llvm-gcc4 ant trying to build it again after > PR845 was resolved. According to Reid's letter this PR coud be the > reason of my problem. Anyway, "sort" call can cause large problems depending, where in your PATH cygwin directory is (before
2006 Sep 09
1
[LLVMdev] gfortran: link error building gfortran on linux
...ran/trans-array.o fortran/trans-common.o fortran/trans-const.o fortran/trans-decl.o fortran/trans-expr.o fortran/trans-intrinsic.o fortran/trans-io.o fortran/trans-stmt.o fortran/trans-types.o llvm-main.o tree-browser.o libbackend.a ../libcpp/libcpp.a /home/mmccrack/gfortran-llvm/llvm-obj/Debug/lib/libLLVMTransforms.a /home/mmccrack/gfortran-llvm/llvm-obj/Debug/lib/libLLVMipo.a /home/mmccrack/gfortran-llvm/llvm-obj/Debug/lib/libLLVMBCWriter.a /home/mmccrack/gfortran-llvm/llvm-obj/Debug/lib/LLVMX86.o /home/mmccrack/gfortran-llvm/llvm-obj/Debug/lib/libLLVMSelectionDAG.a /home/mmccrack/gfortran-llvm/llvm-obj/Debu...
2007 Jan 05
0
[LLVMdev] llvm-gcc4 mirror back online
...o c-opts.o c-format.o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-objc-common.o c-dump.o c-pch.o c-gimplify.o tree-mudflap.o c-pretty-print.o dummy-checksum.o \ llvm-main.o tree-browser.o libbackend.a ../libcpp/libcpp.a /home/jeffc/llvm/obj/Debug/lib/libLLVMTransforms.a /home/jeffc/llvm/obj/Debug/lib/libLLVMipo.a /home/jeffc/llvm/obj/Debug/lib/libLLVMBCWriter.a /home/jeffc/llvm/obj/Debug/lib/LLVMX86.o /home/jeffc/llvm/obj/Debug/lib/libLLVMSelectionDAG.a /home/jeffc/llvm/obj/Debug/lib/libLLVMCodeGen.a /home/jeffc/llvm/obj/Debug/lib/libLLVMScalarOpts.a /hom...
2007 Jan 05
2
[LLVMdev] llvm-gcc4 mirror back online
It claims it was last updated 2007-01-04 06:47:31 -0400 (Thu, 04 Jan 2007). It should be close to TOT tomorrow. Cheers, -- Jim -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2417 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070104/9cecae71/attachment.bin>
2006 Aug 03
0
[LLVMdev] Building llvm under cygwin
Hello Anton Thu, 3 Aug 2006 12:38:54 +0400 you wrote: > I've updated it yesterday and rebuilt - llvm built fine. But when > building llvm-gcc4 (also updated yesterday from new /trunk > directory) it fails with the same error. You might easily get llvm-gcc4-mingw32 binaries from "prerelease" directory. Since stdcall, fastcall & dllimport stuff is unsupported right now,
2006 Aug 01
15
[LLVMdev] Building llvm under cygwin
> > If you're building llvm-gcc4, you don't need the runtime libraries, so > I'd just stick with the "tools-only" build and declare success. If > you're building llvm-gcc3, I'd suggest you switch to llvm-gcc4 :) I switched to llvm-gcc4 but when I run make from obj folder i run into folowing errors: Can't find a library with no dependencies at