Displaying 20 results from an estimated 7000 matches similar to: "[LLVMdev] svn trunk comilation error"
2012 May 09
0
[LLVMdev] RE : RE : RE : svn trunk comilation error
> De : 陳韋任 [chenwj at iis.sinica.edu.tw]
> Date d'envoi : mardi 8 mai 2012 11:37
> À : Rinaldini Julien
> Cc: LLVM Developers Mailing List
> Objet : Re: [LLVMdev] RE : svn trunk comilation error
>
> Hi Rinaldini,
>
> You probably need to illustrate what your enviroment is, what revision you
> checkout and how you build LLVM. I have no problem build LLVM svn here.
2012 May 08
2
[LLVMdev] RE : RE : svn trunk comilation error
> De : 陳韋任 [chenwj at iis.sinica.edu.tw]
> Date d'envoi : mardi 8 mai 2012 11:37
> À : Rinaldini Julien
> Cc: LLVM Developers Mailing List
> Objet : Re: [LLVMdev] RE : svn trunk comilation error
>
> Hi Rinaldini,
>
> You probably need to illustrate what your enviroment is, what revision you
> checkout and how you build LLVM. I have no problem build LLVM svn here.
2012 May 08
0
[LLVMdev] RE : svn trunk comilation error
Hi Rinaldini,
You probably need to illustrate what your enviroment is, what revision you
checkout and how you build LLVM. I have no problem build LLVM svn here. Have
you checked tools/llvm-config/LibraryDependencies.inc is exist?
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage:
2012 May 08
2
[LLVMdev] RE : svn trunk comilation error
Hi,
Sorry I did not precise that, but I'm already doing that...
I have, as you say, two different director, one for source and one for build (where I run my configure)...
Cheers
________________________________________
De : 陳韋任 [chenwj at iis.sinica.edu.tw]
Date d'envoi : mardi 8 mai 2012 05:21
À : Rinaldini Julien
Cc: LLVM Developers Mailing List
Objet : Re: [LLVMdev] svn trunk
2012 May 08
0
[LLVMdev] svn trunk comilation error
> I configured it with: CC=gcc CXX=g++ ./configure --enable-optimisation=yes --enable-assertions=no
^^^^^^^^^^^
I recommend you use out-of-tree build, which means you check out the source
into one directory (llvm.src/), then build in another directory (llvm.obj).
Something like,
---
$ ls
llvm.src/ llvm.obj/
$ cd llvm.obj; ../llvm.src/configure; make
2011 Nov 29
1
[LLVMdev] [make] fatal error: 'LibraryDependencies.inc' file not found
I'm trying to build llvm from svn.
I ran ./configure with --enable-debug-runtime, then make -j4, before I
got the following error:
llvm[1]: Building llvm-config script.
make[1]: Leaving directory `/home/vk/opt/llvm/tools/llvm-config'
make[1]: Entering directory `/home/vk/opt/llvm/tools/llvm-config-2'
llvm[1]: Constructing LLVMBuild project information.
Traceback (most recent call
2013 Jan 08
1
[LLVMdev] SVN GIT version corresponding to release
I always though the /tags/RELEASE_xx/final branch would hold the final,
released tarball contents, but this does not appear to be the case, at
least not for 3.1. I can confirm that diffing /tags/RELEASE_31/final and
the 3.1 tarball shows some non-trivial changes.
The 3.2 release seems to be okay though; the diff only shows changes in the
last-modified timestamps in the HTML docs. Though I just
2012 Sep 07
0
[LLVMdev] : trouble with compiling
Vadim Khoptynets <vadya.poiuj at gmail.com> writes:
> Hello, Óscar!
>
> I had some problems with my machine, so I've reistalled system and LLVM
> repository. And now, I have another trouble during compilation:
> make[1]: Entering directory `/media/data/dev/llvm/bin/tools/llvm-config'
> llvm[1]: Constructing LLVMBuild project information.
> /usr/bin/env: python:
2013 Jan 08
0
[LLVMdev] SVN GIT version corresponding to release
Won't it be
http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_31/final/
On Tue, Jan 8, 2013 at 7:46 PM, Pankaj Gode <godepankaj at yahoo.com> wrote:
> Hi All,
>
> I was checking for GIT or SVN versions corresponding to llvm3.1 release by
> checking svn and git logs, but failed to find the exact match.
>
> I checked with r156747, which is the last version it shows
2012 Jul 06
4
[LLVMdev] New backend
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello devs,
I'd like to ask for some advise about adding a backend. I followed
the steps at http://llvm.org/docs/WritingAnLLVMBackend.html (also
adding the backend to the configure script, so it compiles (on Linux)
with LLVM 3.1.
However, llvm-build fails with:
llvm[0]: Constructing LLVMBuild project information.
Usage: llvm-build [options]
2016 Feb 06
2
D16945: LLVM overhaul to avoid linking LLVM component libraries with libLLVM
Hans,
I have posted a complete patch for solving the linkage issues
with LLVM_LINK_LLVM_DYLIB on Phabricator at
http://reviews.llvm.org/D16945. The bulk of the fix the simple
changes of...
Index: cmake/modules/AddLLVM.cmake
===================================================================
--- cmake/modules/AddLLVM.cmake (revision 259743)
+++ cmake/modules/AddLLVM.cmake (working copy)
@@
2013 Jan 08
2
[LLVMdev] SVN GIT version corresponding to release
Hi All,
I was checking for GIT or SVN versions corresponding to llvm3.1 release by checking svn and git logs, but failed to find the exact match.
I checked with r156747, which is the last version it shows in
http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_31/
but when I 'diff' this with the 'downloaded llvm3.1 release'(http://llvm.org/releases/download.html#3.1), then I
2012 May 29
3
[LLVMdev] make error
Hello,
I am currently trying to install vmkit from source. I am running archlinux i686 with the 3.1.9-2 kernel. This output is from the directions given on the llvm site. Below is the configureation output along with the make output.
I run ./configure with the following parameters
./configure --with-llvmsrc=../llvm --with-gnu-classpath-glibj=../classpath-0.97.2/lib/glibj.zip
2016 Feb 09
2
D16945: LLVM overhaul to avoid linking LLVM component libraries with libLLVM
On Mon, Feb 8, 2016 at 12:45 PM, Hans Wennborg <hans at chromium.org> wrote:
> Chris Bieneman is probably your best bet, and maybe also Dan Liew.
>
Hans,
My current, and hopefully final, revision of the proposed patch
is simplified and reworked to solve the problem entirely from cmake
without touching the the llvm-build python scripts. Basically, the new
fix for avoiding the
2013 Jun 30
1
[LLVMdev] Problem building LLVM build for VS2010 on CMake
Constructing LLVMBuild project information
CMake Error at CMakeLists.txt:299 (message):
Unexpected failure executing llvm-build: Traceback (most recent call last):
File "C:/OpenSource/llvm/utils/llvm-build/llvm-build", line 3, in <module>
import llvmbuild
File "C:\OpenSource\llvm\utils\llvm-build\llvmbuild\__init__.py", line
1, in <module>
from main import
2012 May 08
0
[LLVMdev] 3.1 Release Notes
On 05/08/2012 11:05 AM, 陳韋任 wrote:
> http://llvm.org/pre-releases/3.1/rc1/
> http://llvm.org/pre-releases/3.1/rc2/
Thanks. So there's no set of source tarballs for rc2? In that case my
best bet is probably to check out the release_31 branch from svn (and
likewise for clang), is that right?
Albert
--
Dr. Albert Gr"af
Dept. of Music-Informatics, University of Mainz,
2012 May 29
0
[LLVMdev] make error
Hi Kevin,
On Tue, May 29, 2012 at 10:22 PM, Kevin Burns <kevinpb at vt.edu> wrote:
>
> Hello,
>
> I am currently trying to install vmkit from source. I am running archlinux
> i686 with the 3.1.9-2 kernel. This output is from the directions given on
> the llvm site. Below is the configureation output along with the make
> output.
>
>
> I run ./configure with
2013 Jul 21
2
[LLVMdev] Build Clang and LLVM on Win 8
Hi all,
I'm new to Clang and LLVM and I'd like to use them on Win 8 with
Code::Blocks.
I'm having problems in running cmake.
I did the following:
* Installed cmake
* installed Code::Blocks
* Installed python (cmake was complaining if it was not installed)
* Dowloaded sources fron svn (LLVM, clang, compilre-rt and test-suite.
When I run cmake I got The following error:
2011 Dec 13
1
[LLVMdev] [PATCH] utils/unittest: Consistency of gtest and gtest_main libs.
$(llvm-config --libs | tr " " "\n" | grep gtest) returns:
-lgtest_main
-lgtest
instead of non-valid:
-lLLVMgtest_main
-lLLVMgtest
It also fixes:
$(ld): cannot find -lLLVMgtest
$(ld): cannot find -lLLVMgtest_main
---
unittests/Makefile.unittest | 2 +-
utils/llvm-build/llvmbuild/componentinfo.py | 4 ++--
utils/llvm-build/llvmbuild/main.py |
2015 Mar 09
2
[LLVMdev] Out of tree targets
Hey all,
Quick query on out of tree target support - at present I can drop a
folder Foo into <llvm>/lib/Target/Foo and use the CMake option
LLVM_EXPERIMENTAL_TARGETS_TO_BUILD to pick up my target. The issue is
that I still need to patch the one LLVMBuild.txt file in
<llvm>/lib/Target with;
|iff --git a/lib/Target/LLVMBuild.txt b/lib/Target/LLVMBuild.txt
index 4112046..6e42cbe