Displaying 12 results from an estimated 12 matches for "iplugindir".
Did you mean:
plugindir
2011 Mar 22
4
[LLVMdev] -emit-llvm on ubuntu is broken
...d model: posix
gcc version 4.5.1 (Ubuntu/Linaro 4.5.1-7ubuntu2)
COLLECT_GCC_OPTIONS='-fplugin=/usr/lib/gcc/i686-linux-gnu/4.5/plugin/dragonegg.so'
'-emit-llvm' '-S' '-v' '-mtune=generic' '-march=i686'
/usr/lib/gcc/i686-linux-gnu/4.5.1/cc1 -quiet -v
-iplugindir=/usr/lib/gcc/i686-linux-gnu/4.5.1/plugin hello.c
-D_FORTIFY_SOURCE=2 -iplugindir=/usr/lib/gcc/i686-linux-gnu/4.5.1/plugin
-quiet -dumpbase hello.c -mtune=generic -march=i686 -auxbase hello -version
-fplugin=/usr/lib/gcc/i686-linux-gnu/4.5/plugin/dragonegg.so -o hello.s
-fstack-protector
GNU C (Ubun...
2011 Mar 22
0
[LLVMdev] -emit-llvm on ubuntu is broken
...version 4.5.1 (Ubuntu/Linaro 4.5.1-7ubuntu2)
> COLLECT_GCC_OPTIONS='-fplugin=/usr/lib/gcc/i686-linux-gnu/4.5/plugin/dragonegg.so'
> '-emit-llvm' '-S' '-v' '-mtune=generic' '-march=i686'
> /usr/lib/gcc/i686-linux-gnu/4.5.1/cc1 -quiet -v
> -iplugindir=/usr/lib/gcc/i686-linux-gnu/4.5.1/plugin hello.c
> -D_FORTIFY_SOURCE=2 -iplugindir=/usr/lib/gcc/i686-linux-gnu/4.5.1/plugin
> -quiet -dumpbase hello.c -mtune=generic -march=i686 -auxbase hello -version
> -fplugin=/usr/lib/gcc/i686-linux-gnu/4.5/plugin/dragonegg.so -o hello.s
> -fstack-p...
2011 Mar 22
2
[LLVMdev] -emit-llvm on ubuntu is broken
...Ubuntu/Linaro 4.5.1-7ubuntu2)
>> COLLECT_GCC_OPTIONS='-fplugin=/usr/lib/gcc/i686-linux-gnu/4.5/plugin/dragonegg.so'
>> '-emit-llvm' '-S' '-v' '-mtune=generic' '-march=i686'
>> /usr/lib/gcc/i686-linux-gnu/4.5.1/cc1 -quiet -v
>> -iplugindir=/usr/lib/gcc/i686-linux-gnu/4.5.1/plugin hello.c
>> -D_FORTIFY_SOURCE=2 -iplugindir=/usr/lib/gcc/i686-linux-gnu/4.5.1/plugin
>> -quiet -dumpbase hello.c -mtune=generic -march=i686 -auxbase hello -version
>> -fplugin=/usr/lib/gcc/i686-linux-gnu/4.5/plugin/dragonegg.so -o hello.s
&g...
2011 Mar 22
0
[LLVMdev] -emit-llvm on ubuntu is broken
On Mar 21, 2011, at 6:36 PM, stackunderflow wrote:
>
> I try to generate a human readable .ll file on Linux. I installed llvm-gcc
> but as I see it can generate only assembly code (-S option). Is there any
> way to get something like what is generated by llvm online compiler?
>
> That's what I get with llvm-gcc -S -emit-llvm hello.c on Ubuntu 10.10:
llvm-gcc -v ?
-eric
2011 Mar 22
1
[LLVMdev] -emit-llvm on ubuntu is broken
...buntu/Linaro 4.5.1-7ubuntu2)
>> COLLECT_GCC_OPTIONS='-fplugin=/usr/lib/gcc/i686-linux-gnu/4.5/plugin/dragonegg.so'
>> '-emit-llvm' '-S' '-v' '-mtune=generic' '-march=i686'
>> /usr/lib/gcc/i686-linux-gnu/4.5.1/cc1 -quiet -v
>> -iplugindir=/usr/lib/gcc/i686-linux-gnu/4.5.1/plugin hello.c
>> -D_FORTIFY_SOURCE=2 -iplugindir=/usr/lib/gcc/i686-linux-gnu/4.5.1/plugin
>> -quiet -dumpbase hello.c -mtune=generic -march=i686 -auxbase hello
>> -version
>> -fplugin=/usr/lib/gcc/i686-linux-gnu/4.5/plugin/dragonegg.so -o h...
2012 Oct 24
0
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
On Oct 23, 2012, at 4:46 PM, Jack Howarth wrote:
> On Tue, Oct 23, 2012 at 02:03:15PM -0700, Nick Kledzik wrote:
>>
>> On Oct 23, 2012, at 1:57 PM, Jack Howarth wrote:
>>> Nick,
>>> Can I do this without access to a debug version of dyld? Using the copy of LLVMPolly.so with isl/cloog-isl/gmp statically linked,
>>> I find that if I set the breakpoint to
2011 Mar 22
2
[LLVMdev] -emit-llvm on ubuntu is broken
I try to generate a human readable .ll file on Linux. I installed llvm-gcc
but as I see it can generate only assembly code (-S option). Is there any
way to get something like what is generated by llvm online compiler?
That's what I get with llvm-gcc -S -emit-llvm hello.c on Ubuntu 10.10:
.file "hello.c"
.ident "GCC: (Ubuntu/Linaro 4.5.1-7ubuntu2) 4.5.1 LLVM: "
2012 Oct 21
0
[LLVMdev] dragonegg polly support broken?
On 10/20/2012 05:38 PM, Jack Howarth wrote:
> Duncan,
> Is the documentation for using Polly support in dragonegg correct? I built llvm/polly/dragonegg
> using the documentation at http://polly.llvm.org/example_load_Polly_into_dragonegg.html
> with...
>
> GCC=/sw/lib/gcc4.7/bin/gcc-4 LLVM_CONFIG=/sw/opt/llvm-3.2/bin/llvm-config ENABLE_LLVM_PLUGINS=1 make
2012 Oct 23
2
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
On Tue, Oct 23, 2012 at 02:03:15PM -0700, Nick Kledzik wrote:
>
> On Oct 23, 2012, at 1:57 PM, Jack Howarth wrote:
> > Nick,
> > Can I do this without access to a debug version of dyld? Using the copy of LLVMPolly.so with isl/cloog-isl/gmp statically linked,
> > I find that if I set the breakpoint to the address of the initializer...
> >
> > dyld: calling
2012 Oct 21
2
[LLVMdev] dragonegg polly support broken?
Duncan,
Is the documentation for using Polly support in dragonegg correct? I built llvm/polly/dragonegg
using the documentation at http://polly.llvm.org/example_load_Polly_into_dragonegg.html
with...
GCC=/sw/lib/gcc4.7/bin/gcc-4 LLVM_CONFIG=/sw/opt/llvm-3.2/bin/llvm-config ENABLE_LLVM_PLUGINS=1 make CPPFLAGS="-DENABLE_LTO -I/sw/include"
The resulting dragonegg plugin works fine
2012 Oct 21
2
[LLVMdev] dragonegg polly support broken?
...39;-mmacosx-version-min=10.7.4' '-fplugin=/sw/lib/gcc4.7/lib/dragonegg.so' '-O3' '-fplugin-arg-dragonegg-llvm-option=-load:/sw/opt/llvm-3.2/lib/LLVMPolly.dylib' '-v' '-mtune=core2'
/sw/lib/gcc4.7/libexec/gcc/x86_64-apple-darwin11.4.2/4.7.2/cc1 -quiet -v -iplugindir=/sw/lib/gcc4.7/lib/gcc/x86_64-apple-darwin11.4.2/4.7.2/plugin -D__DYNAMIC__ himenoBMTxpa.c -iplugindir=/sw/lib/gcc4.7/lib/gcc/x86_64-apple-darwin11.4.2/4.7.2/plugin -fPIC -quiet -dumpbase himenoBMTxpa.c -mmacosx-version-min=10.7.4 -mtune=core2 -auxbase himenoBMTxpa -O3 -version -fplugin=/sw/lib/gcc...
2012 Dec 25
2
[LLVMdev] [DragonEgg] Strange call to @"\01__isoc99_fscanf"
...-mtune=generic' '-march=x86-64'
/home/marcusmae/rpmbuild/CHROOT/opt/kernelgen/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.6.4/cc1
-quiet -v -imultilib . -imultiarch x86_64-linux-gnu -iprefix
/home/marcusmae/rpmbuild/CHROOT/opt/kernelgen/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.6.4/
-iplugindir=/home/marcusmae/rpmbuild/CHROOT/opt/kernelgen/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.6.4/plugin
fileio.c
-iplugindir=/home/marcusmae/rpmbuild/CHROOT/opt/kernelgen/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.6.4/plugin
-quiet -dumpbase fileio.c -mtune=generic -march=x86-64 -auxbase-strip -
-std=c99...