Displaying 5 results from an estimated 5 matches for "stow_sources".
2009 Sep 16
3
[LLVMdev] Fwd: [llvm-commits] [PATCH] Building llvm-gcc with llvm-2.5 debian packages
...well and
> show also the compile commands which were used to configure and
> compile the llvm-gcc.
>
Hi,
I tested the trunk and it seems to work as well. Below some information
about testing process. I also attached the latest version of the patch.
- Mikael
elhigu at mr-lenovo:~/stow_sources/llvm-svn$ ./configure
--prefix=/home/elhigu/stow_repo/test_install/
elhigu at mr-lenovo:~/stow_sources/llvm-svn$ make
elhigu at mr-lenovo:~/stow_sources/llvm-svn$ make install
...
elhigu at mr-lenovo:~/test_llvm_gcc_compilation/llvm-gcc-built-source-tree$
llvm-config
The program 'llvm-confi...
2009 Sep 15
0
[LLVMdev] Fwd: [llvm-commits] [PATCH] Building llvm-gcc with llvm-2.5 debian packages
On 15.9.2009, at 12:11, Duncan Sands wrote:
> Hi Pekka,
>
>> To put it the another way: is there a reason to disallow
>> compiling llvm-gcc (optionally) against an installed LLVM (e.g.
>> from the Debian package)? It seems to work fine with this patch
>> Mikael posted.
>
> I think it would be great if llvm-gcc could be built against
> an installed LLVM.
2009 Sep 15
2
[LLVMdev] Fwd: [llvm-commits] [PATCH] Building llvm-gcc with llvm-2.5 debian packages
Hi Pekka,
> To put it the another way: is there a reason to disallow
> compiling llvm-gcc (optionally) against an installed LLVM (e.g.
> from the Debian package)? It seems to work fine with this patch
> Mikael posted.
I think it would be great if llvm-gcc could be built against
an installed LLVM. However my impression was that Mikael's
original patch would break building against
2009 Sep 14
2
[LLVMdev] Fwd: [llvm-commits] [PATCH] Building llvm-gcc with llvm-2.5 debian packages
...clude directory of the source
> tree, so basically we are not asking for installed headers, but just
> any place where includes should be looked for.
>
> e.g. on my work computer i got following results for running lvm-
> config in source dirctory
>
> elhigu at mr-lenovo:~/stow_sources/llvm-svn$ Debug/bin/llvm-config --
> includedir
> /home/elhigu/stow_sources/llvm-svn/include
>
> and from install directory.
>
> elhigu at mr-lenovo:~/stow_sources/llvm-svn$ ~/stow_installs/bin/llvm-
> config --includedir
> /home/elhigu/stow_installs/include
>
>>...
2009 Sep 03
0
[LLVMdev] Problem with generating Machine function analysis pass
...usage If Converter
------------------- found usage
------------------- check analysis
--------Required set ----------
Machine Function Analysis
-------- end ----------
---------- finding... Machine Function Analysis
-------------------------------- Oh no no analysis pass
test:
/home/elhigu/stow_sources/llvm-2.6-svn/include/llvm/PassSupport.h:111:
llvm::Pass* llvm::PassInfo::createPass() const: Assertion `NormalCtor &&
"Cannot call createPass on PassInfo without default ctor!"' failed.
Aborted
When I tried to compile the same file with llc Machine Function Analysis
pass w...