Displaying 17 results from an estimated 17 matches for "enable_llvm_plugin".
Did you mean:
enable_llvm_plugins
2012 Dec 07
2
[LLVMdev] dragonegg now requires clang
Duncan,
I am unable to complile dragonegg 3.2 with FSF gcc 4.7 due the the
compiler errors...
GCC=/sw/lib/gcc4.7/bin/gcc-4 LLVM_CONFIG=/sw/opt/llvm-3.2/bin/llvm-config VERBOSE=1 ENABLE_LLVM_PLUGINS=1 make CPPFLAGS="-g -DENABLE_LTO -I/sw/include"
/sw/lib/gcc4.7/bin/gcc-4 --version > /dev/null
/sw/opt/llvm-3.2/bin/llvm-config --version > /dev/null
Compiling utils/TargetInfo.cpp
/sw/lib/gcc4.7/bin/g++-4 -c -DTARGET_TRIPLE=\"x86_64-apple-darwin12.2.0\" \
-g -DENABLE_LT...
2012 Dec 07
2
[LLVMdev] dragonegg now requires clang
...>
> Ciao, Duncan.
>
> On 07/12/12 18:11, Jack Howarth wrote:
>> Duncan,
>> I am unable to complile dragonegg 3.2 with FSF gcc 4.7 due the the
>> compiler errors...
>>
>> GCC=/sw/lib/gcc4.7/bin/gcc-4 LLVM_CONFIG=/sw/opt/llvm-3.2/bin/llvm-config VERBOSE=1 ENABLE_LLVM_PLUGINS=1 make CPPFLAGS="-g -DENABLE_LTO -I/sw/include"
>> /sw/lib/gcc4.7/bin/gcc-4 --version > /dev/null
>> /sw/opt/llvm-3.2/bin/llvm-config --version > /dev/null
>> Compiling utils/TargetInfo.cpp
>> /sw/lib/gcc4.7/bin/g++-4 -c -DTARGET_TRIPLE=\"x86_64-apple-d...
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 as...
/sw/lib/gcc4.7/bin/gcc-4 -fplugin=/sw/lib/gcc4.7/lib/dragonegg.so -O3 himenoBMTxpa.c
but if I try to invoke polly with...
/sw/lib/gcc4.7/bin/gcc-4 -fplugin=/sw/lib/gcc4.7/lib/dragonegg.so -O...
2013 Jul 25
1
[LLVMdev] First Pass at building dragon egg-3.3 for clang 3.3 - using gcc-4.7
LLVM Friends,
First time attempting a build of dragonegg, using our shiny new install of clang-3.3. I'm clearly off to a terrifying start!
dragonegg-3.3.src$ CXX=/usr/bin/gcc GCC=/usr/bin/gcc ENABLE_LLVM_PLUGINS=1 LLVM_CONFIG=/usr/bin/llvm-config CFLAGS=-I/usr/clang/3.3/lib/clang/3.3/include CXXFLAGS="-I/usr/clang/3.3/lib/clang/3.3/include" make
Compiling utils/TargetInfo.cpp
In file included from /usr/clang/3.3/include/llvm/Support/DataTypes.h:67:0,
from /usr/clang/3.3/...
2012 Dec 07
0
[LLVMdev] dragonegg now requires clang
...ludes these
kinds of optional flags).
Ciao, Duncan.
On 07/12/12 18:11, Jack Howarth wrote:
> Duncan,
> I am unable to complile dragonegg 3.2 with FSF gcc 4.7 due the the
> compiler errors...
>
> GCC=/sw/lib/gcc4.7/bin/gcc-4 LLVM_CONFIG=/sw/opt/llvm-3.2/bin/llvm-config VERBOSE=1 ENABLE_LLVM_PLUGINS=1 make CPPFLAGS="-g -DENABLE_LTO -I/sw/include"
> /sw/lib/gcc4.7/bin/gcc-4 --version > /dev/null
> /sw/opt/llvm-3.2/bin/llvm-config --version > /dev/null
> Compiling utils/TargetInfo.cpp
> /sw/lib/gcc4.7/bin/g++-4 -c -DTARGET_TRIPLE=\"x86_64-apple-darwin12.2.0\&quo...
2012 Oct 21
2
[LLVMdev] dragonegg polly support broken?
...ly 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 as...
>>>>
>>>> /sw/lib/gcc4.7/bin/gcc-4 -fplugin=/sw/lib/gcc4.7/lib/dragonegg.so -O3 himenoBMTxpa.c
>>>>
>>>> but if...
2012 Oct 21
0
[LLVMdev] dragonegg polly support broken?
...on 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 as...
>>>
>>> /sw/lib/gcc4.7/bin/gcc-4 -fplugin=/sw/lib/gcc4.7/lib/dragonegg.so -O3 himenoBMTxpa.c
>>>
>>> but if I try to invoke polly wi...
2012 Oct 21
2
[LLVMdev] dragonegg polly support broken?
...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 as...
>>
>> /sw/lib/gcc4.7/bin/gcc-4 -fplugin=/sw/lib/gcc4.7/lib/dragonegg.so -O3 himenoBMTxpa.c
>>
>> but if I try to invoke polly with...
>>
>>...
2012 Dec 07
0
[LLVMdev] dragonegg now requires clang
...gt;
>> On 07/12/12 18:11, Jack Howarth wrote:
>>> Duncan,
>>> I am unable to complile dragonegg 3.2 with FSF gcc 4.7 due the the
>>> compiler errors...
>>>
>>> GCC=/sw/lib/gcc4.7/bin/gcc-4 LLVM_CONFIG=/sw/opt/llvm-3.2/bin/llvm-config VERBOSE=1 ENABLE_LLVM_PLUGINS=1 make CPPFLAGS="-g -DENABLE_LTO -I/sw/include"
>>> /sw/lib/gcc4.7/bin/gcc-4 --version > /dev/null
>>> /sw/opt/llvm-3.2/bin/llvm-config --version > /dev/null
>>> Compiling utils/TargetInfo.cpp
>>> /sw/lib/gcc4.7/bin/g++-4 -c -DTARGET_TRIPLE=\&quo...
2013 Jul 25
1
[LLVMdev] First Pass at building dragon egg-3.3 for clang 3.3 - using gcc-4.7
...time attempting a build of dragonegg, using our shiny new install of
> clang-3.3. I'm clearly off to a terrifying start!
>
>
> dragonegg-3.3.src$ CXX=/usr/bin/gcc
This says to compile using gcc
GCC=/usr/bin/gcc
This says that the plugin will be used with /usr/bin/gcc when built.
ENABLE_LLVM_PLUGINS=1
> LLVM_CONFIG=/usr/bin/llvm-config
CFLAGS=-I/usr/clang/3.3/lib/clang/3.3/include
> CXXFLAGS="-I/usr/clang/3.3/lib/clang/3.3/include"
These say to use clang headers. Not sure why you want to use clang headers when
compiling using gcc.
make
>
> Compiling utils/TargetInfo....
2012 Oct 21
2
[LLVMdev] dragonegg polly support broken?
...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 as...
>>>>>>
>>>>>> /sw/lib/gcc4.7/bin/gcc-4 -fplugin=/sw/lib/gcc4.7/lib/dragonegg.so -O3 himenoBMTxpa.c
>>&...
2012 Oct 21
0
[LLVMdev] dragonegg polly support broken?
...agonegg 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 as...
>>>>>
>>>>> /sw/lib/gcc4.7/bin/gcc-4 -fplugin=/sw/lib/gcc4.7/lib/dragonegg.so -O3 himenoBMTxpa.c
>>>>>
>...
2012 Oct 21
0
[LLVMdev] dragonegg polly support broken?
...an,
> 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 as...
>
> /sw/lib/gcc4.7/bin/gcc-4 -fplugin=/sw/lib/gcc4.7/lib/dragonegg.so -O3 himenoBMTxpa.c
>
> but if I try to invoke polly with...
>
> /sw/lib/gcc4.7/bin/gcc-4 -fplugi...
2012 Oct 21
0
[LLVMdev] dragonegg polly support broken?
...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 as...
> >>>>>>
> >>>>>> /sw/lib/gcc4.7/bin/gcc-4 -fplugin=/sw/lib/gcc4.7/lib/dragonegg.so -O3 hime...
2012 Dec 09
1
[LLVMdev] dragonegg now requires clang
...2/12 18:11, Jack Howarth wrote:
>>>> Duncan,
>>>> I am unable to complile dragonegg 3.2 with FSF gcc 4.7 due the the
>>>> compiler errors...
>>>>
>>>> GCC=/sw/lib/gcc4.7/bin/gcc-4 LLVM_CONFIG=/sw/opt/llvm-3.2/bin/llvm-config VERBOSE=1 ENABLE_LLVM_PLUGINS=1 make CPPFLAGS="-g -DENABLE_LTO -I/sw/include"
>>>> /sw/lib/gcc4.7/bin/gcc-4 --version > /dev/null
>>>> /sw/opt/llvm-3.2/bin/llvm-config --version > /dev/null
>>>> Compiling utils/TargetInfo.cpp
>>>> /sw/lib/gcc4.7/bin/g++-4 -c -DTAR...
2012 Oct 21
2
[LLVMdev] dragonegg polly support broken?
...t;>>>>>>> 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 as...
>>>>>>>>
>>>>>>>> /sw/lib/gcc4.7/bin/gcc-4 -fplugin=/sw/lib/gcc4.7/lib/dragonegg....
2017 Aug 21
3
DragonEgg for GCC v8.x and LLVM v6.x is just able to work
...LLVM v6.x (svn-r311142), but
also able to work for GCC v4.8.x and LLVM v3.3
https://reviews.llvm.org/D35667 and it is just able to work now, for
example:
CC=/opt/gcc-git/bin/gcc
LC=/opt/llvm-svn/bin/llvm-config
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$($LC --libdir)
GCC=$CC LLVM_CONFIG=$LC ENABLE_LLVM_PLUGINS=1 DRAGONEGG_DEBUG=1 make -j4
$CC -fplugin=./dragonegg.so \
-fplugin-arg-dragonegg-debug-pass-arguments \
-ftime-report \
-fverbose-asm \
-fplugin-arg-dragonegg-enable-gcc-optzns \
-fplugin-arg-dragonegg-emit-ir \
-S \
test/hello.c \...