Displaying 5 results from an estimated 5 matches for "llvm_top".
2008 Apr 04
2
[LLVMdev] PATCH: Use size reduction -- wave1
...s patch :)
>>>
>> I have never run llvm-test in the past. Is it just checking it out and
>> following a readme?
>>
>
>
> After building an llvm-gcc (4.2.1), see below, I tried running this. I
> configured:
>
>
> ./configure --with-llvmsrc=$LLVM_TOP/llvm --with-llvmobj=$LLVM_TOP/
> llvm --srcdir=$LLVM_TOP/test-suite --with-llvmgccdir=$LLVM_TOP/install
> --with-externals=$LLVM_TOP/externals
>
> Then 'make', it complained that some .bc file could not be made.
>
> Then I put $LLVM_TOP/install and $LLVM_TOP/llvm/Release/b...
2008 Apr 04
0
[LLVMdev] PATCH: Use size reduction -- wave1
...asses with this patch :)
>
> >> I have never run llvm-test in the past. Is it just checking it out and
> >> following a readme?
>
> > After building an llvm-gcc (4.2.1), see below, I tried running this. I
> > configured:
>
> > ./configure --with-llvmsrc=$LLVM_TOP/llvm --with-llvmobj=$LLVM_TOP/
> > llvm --srcdir=$LLVM_TOP/test-suite --with-llvmgccdir=$LLVM_TOP/install
> > --with-externals=$LLVM_TOP/externals
>
> > Then 'make', it complained that some .bc file could not be made.
>
> > Then I put $LLVM_TOP/install and $LLV...
2008 Apr 04
0
[LLVMdev] PATCH: Use size reduction -- wave1
...ck and some reasonable subset of llvm-test
> > passes with this patch :)
>
> I have never run llvm-test in the past. Is it just checking it out and
> following a readme?
After building an llvm-gcc (4.2.1), see below, I tried running this. I
configured:
./configure --with-llvmsrc=$LLVM_TOP/llvm --with-llvmobj=$LLVM_TOP/
llvm --srcdir=$LLVM_TOP/test-suite --with-llvmgccdir=$LLVM_TOP/install
--with-externals=$LLVM_TOP/externals
Then 'make', it complained that some .bc file could not be made.
Then I put $LLVM_TOP/install and $LLVM_TOP/llvm/Release/bin im my
path, but now
chec...
2008 Apr 03
5
[LLVMdev] PATCH: Use size reduction -- wave1
Chris wrote:
> On Mar 26, 2008, at 3:16 PM, Gabor Greif wrote:
> > here comes the patch for the first wave of Use class size reduction.
> >
> > I have split it into 3 files, corresponding to
> > - header changes
> > - implementation changes
> > - applications
>
> nice!
>
> > This at the moment does not contain the description how the
>
2008 Apr 04
3
[LLVMdev] PATCH: Use size reduction -- wave1
...>
> > >> I have never run llvm-test in the past. Is it just checking it out and
> > >> following a readme?
>
> > > After building an llvm-gcc (4.2.1), see below, I tried running this. I
> > > configured:
>
> > > ./configure --with-llvmsrc=$LLVM_TOP/llvm --with-llvmobj=$LLVM_TOP/
> > > llvm --srcdir=$LLVM_TOP/test-suite --with-llvmgccdir=$LLVM_TOP/install
> > > --with-externals=$LLVM_TOP/externals
>
> > > Then 'make', it complained that some .bc file could not be made.
>
> > > Then I put $LLVM_...