Displaying 20 results from an estimated 22 matches for "denable_lto".
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_LTO -I/sw/include -I/sw/opt/llvm-3.2/incl...
2011 Apr 08
4
[LLVMdev] dragonegg build failure
> Is there anything I can do to make the build more verbose so I can debug this?
make VERBOSE=1
2012 Dec 07
2
[LLVMdev] dragonegg now requires clang
...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\" \
>> -g -DENA...
2012 Dec 07
0
[LLVMdev] dragonegg now requires clang
...uncan.
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\" \
> -g -DENABLE_LTO -I/sw/includ...
2011 Apr 08
0
[LLVMdev] dragonegg build failure
...ri, Apr 08, 2011 at 01:58:10PM +0200, Duncan Sands wrote:
>> Is there anything I can do to make the build more verbose so I can debug this?
>
> make VERBOSE=1
Duncan,
Oddly this shows...
GCC=/sw/lib/gcc4.5/bin/gcc-4 LLVM_CONFIG=/sw/bin/llvm-config make VERBOSE=1 CPPFLAGS="-DENABLE_LTO -I/sw/include"
Compiling utils/TargetInfo.cpp
g++ -c -DTARGET_TRIPLE=\"x86_64-apple-darwin10.7.0\" \
-DENABLE_LTO -I/sw/include -I/sw/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -MD -MP -DIN_GCC -DREVISION=\"exported\" -DGCC_MAJOR=4 -DGCC...
2012 Dec 07
0
[LLVMdev] dragonegg now requires clang
...rote:
>>> 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...
2010 Apr 11
0
[LLVMdev] darwin dragon-egg build issues
...f llvm/clang (to /opt/llv, being too lazy to type the 'm'),
copying the missing darwin-sections.def to the installed gcc-4.5.0
release-candidate, as you noticed, I could add /opt/llv/bin to my path
and the path to my gcc-4.5 install, and do:
GCC=/sw/lib/gcc4.5/bin/gcc make CPPFLAGS="-DENABLE_LTO -I/sw/include"
And it worked until the final link, which failed (-shared works in
recent gcc, but is just an alias for -dynamiclib, and doesn't allow
undefined symbols). I copy & pasted the link line, added -undefined
dynamic_lookup, and it linked and apparently works:
mini:dragonegg...
2012 Dec 09
1
[LLVMdev] dragonegg now requires clang
...t; 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...
2012 Oct 21
2
[LLVMdev] dragonegg polly support broken?
...umentation 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 -O3 -fplugin-arg-dragonegg-llvm-option...
2012 Oct 21
2
[LLVMdev] dragonegg polly support broken?
...vm/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...
>&g...
2010 Apr 13
4
[LLVMdev] darwin dragon-egg build issues
..., being too lazy to type the 'm'),
> copying the missing darwin-sections.def to the installed gcc-4.5.0
> release-candidate, as you noticed, I could add /opt/llv/bin to my path
> and the path to my gcc-4.5 install, and do:
>
> GCC=/sw/lib/gcc4.5/bin/gcc make CPPFLAGS="-DENABLE_LTO -I/sw/include"
>
> And it worked until the final link, which failed (-shared works in
> recent gcc, but is just an alias for -dynamiclib, and doesn't allow
> undefined symbols). I copy & pasted the link line, added -undefined
> dynamic_lookup, and it linked and apparent...
2012 Oct 21
0
[LLVMdev] dragonegg polly support broken?
...rect? 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/...
2012 Oct 21
2
[LLVMdev] dragonegg polly support broken?
...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=/s...
2010 Apr 11
7
[LLVMdev] darwin dragon-egg build issues
On Sat, Apr 10, 2010 at 01:52:18PM +0200, Duncan Sands wrote:
> Hi Jack,
>
> > Is anyone building dragon-egg on darwin?
>
> Anton built it once. There were some problems with dynamic libraries: gcc's
> plugin support requires the use of dynamic libraries, and the configure logic
> it uses thinks that darwin does not support dynamic libraries! So it is
>
2012 Oct 21
2
[LLVMdev] dragonegg polly support broken?
...gt;>> 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?
...gg
>>>>> 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 inv...
2012 Oct 21
0
[LLVMdev] dragonegg polly support broken?
...g 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...
2012 Oct 21
0
[LLVMdev] dragonegg polly support broken?
...ng 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
> >>>>>...
2013 Dec 09
0
[LLVMdev] dragonegg 3.4 branch broken
...against current llvm/clang/compiler-rt at r196792
with the build failure...
Compiling Debug.cpp
/sw/opt/llvm-3.4/bin/clang++ -c -I/sw/src/fink.build/dragonegg-gcc48-3.4-0/dragonegg-3.4/include/x86 -I/sw/src/fink.build/dragonegg-gcc48-3.4-0/dragonegg-3.4/include/darwin -g -DENABLE_BUILD_WITH_CXX -DENABLE_LTO -I/sw/include -I/sw/opt/llvm-3.4/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -MD -MP -DIN_GCC -DLLVM_VERSION=\"3.4svn\" -DTARGET_TRIPLE=\"x86_64-apple-darwin12.5.0\" -DGCC_MAJOR=4 -DGCC_MINOR=8 -DGCC_MICRO=2 -I/sw/src/fink.build/dra...
2012 Oct 21
2
[LLVMdev] dragonegg polly support broken?
...cumentation 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
>>>&...