Displaying 5 results from an estimated 5 matches for "_machine".
Did you mean:
machine
2017 Dec 06
2
[AMDGPU] Strange results with different address spaces
> On Dec 6, 2017, at 02:28, Haidl, Michael <michael.haidl at uni-muenster.de> wrote:
>
> The IR goes through a backend agnostic preparation phase that brings it into SSA from and changes the AS from 0 to 1.
This sounds possibly problematic to me. The IR should be created with the correct address space to begin with. Changing this in the middle sounds suspect.
> After this
2005 Aug 08
2
[LLVMdev] cfrontend building
...If you didn't do "make bootstrap", then I don't have a clue what this
> problem is :)
>
> Reid.
>
Hallo,
do you know if bootstrap is the default target?
This is what I'm doing:
<code>
inherit eutils
DESCRIPTION="C, C++ Frontend for Low Level Virtual _Machine"
HOMEPAGE="http://llvm.org/"
SRC_URI="http://llvm.cs.uiuc.edu/releases/${PV}/cfrontend-${PV}.source.tar.gz"
LICENSE="llvm"
SLOT="0"
KEYWORDS="~ppc ~sparc ~x86"
IUSE=""
DEPEND=
S=${WORKDIR}/cfrontend
src_unpack() {
unpack ${A}...
2005 Aug 08
0
[LLVMdev] cfrontend building
Stephan,
I've seen this before. It happens when you do "make bootstrap" in llvm-gcc.
While "make bootstrap" is the correct way to build GCC, its not the correct way
to build llvm-gcc.
Based on my experience with this, I suggest you completely erase your build
tree and then follow the CFEBuildInstr.html instructions *to the letter* with
zero deviations.
If you
2005 Aug 08
0
[LLVMdev] cfrontend building
...swers inline ..
Stephan Wienczny wrote:
>
> Hallo,
>
> do you know if bootstrap is the default target?
No, "all" is the default.
>
> This is what I'm doing:
> <code>
> inherit eutils
>
> DESCRIPTION="C, C++ Frontend for Low Level Virtual _Machine"
> HOMEPAGE="http://llvm.org/"
> SRC_URI="http://llvm.cs.uiuc.edu/releases/${PV}/cfrontend-${PV}.source.tar.gz"
>
> LICENSE="llvm"
> SLOT="0"
> KEYWORDS="~ppc ~sparc ~x86"
> IUSE=""
>
> DEPEND=
>
>...
2005 Aug 08
2
[LLVMdev] cfrontend building
Am Montag, 8. August 2005 04:15 schrieb Chris Lattner:
>
> I have never seen this, and don't really have any ideas. What configure
> options did you use? Did you follow the directions here?
>
> http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html
>
Yes I followed those instructions - almost. This is my configure line:
../src/configure --prefix=/usr --disable-threads