Displaying 20 results from an estimated 20000 matches similar to: "[LLVMdev] cc1: Unknown command line argument '--code-model=default'."
2011 Jul 25
0
[LLVMdev] cc1: Unknown command line argument '--code-model=default'.
Hi Jack,
> Current dragonegg svn builds against llvm svn again, but the resulting
> dragonegg plugin fails at runtime. When either c or fortran is compiled
> against either gcc-4.5.3 or gcc-4.6.1, the compilations fail as...
>
> cc1: Unknown command line argument '--code-model=default'. Try: 'cc1 -help'
> cc1: Did you mean '-fast-isel=default'?
I
2011 Apr 08
4
[LLVMdev] dragonegg build failure
Hi ether,
> i install mpc-0.8.2 in /home/ether/local/, and gcc-4.5 is configure with:
> $HOME/sources/gcc-4.5/configure --enable-plugin --enable-lto
> --prefix=$HOME/local/gcc-4.5/ --enable-languages=c,c++
> --disable-bootstrap --disable-multilib --with-mpc=$HOME/local
> --with-libelf=$HOME/local
because GCC headers include mpc.h, when dragonegg uses GCC headers then it needs
to
2012 Aug 08
2
[LLVMdev] Pass llvm options to DragonEgg
Hello All,
Another newbie question. I am confused as to what options will work
with "fplugin-arg-dragonegg-llvm-option" for dragonegg plugin. Readme
says it is used to pass command-line options to llvm. I shall
consolidate into 3 questions. For all examples below, I used combo-
gcc 4.6 + dragonegg(trunk) + llvm(trunk)
(1). Does 'fplugin-arg-dragonegg-llvm-option' allow all
2012 Aug 08
0
[LLVMdev] Pass llvm options to DragonEgg
Hello All,
Another newbie question. I am confused as to what options will work
with "fplugin-arg-dragonegg-llvm-option" for dragonegg plugin. Readme
says it is used to pass command-line options to llvm. I shall
consolidate into 3 questions. For all examples below, I used combo-
gcc 4.6 + dragonegg(trunk) + llvm(trunk)
(1). Does 'fplugin-arg-dragonegg-llvm-option' allow all
2011 Sep 19
0
[LLVMdev] cc1: error: unrecognized command line option "-Wno-overlength-strings"
>
> I am trying to build llvm-gcc from svn and I am getting a "cc1: error:
> unrecognized command line option "-Wno-overlength-strings"" error. I have
> gcc 4.1.2 and Linux 2.6.18 on 64bit. Please tell me how to fix this error.
>
llvm-gcc is kind of end-of-life these days (ie: you should probably be using
clang or dragonegg instead) but it looks like you're
2012 Oct 21
2
[LLVMdev] dragonegg polly support broken?
On Sun, Oct 21, 2012 at 08:38:21AM -0700, Tobias Grosser wrote:
> 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
2012 Oct 21
0
[LLVMdev] dragonegg polly support broken?
On 10/21/2012 09:13 AM, Jack Howarth wrote:
> On Sun, Oct 21, 2012 at 08:38:21AM -0700, Tobias Grosser wrote:
>> 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
2012 Oct 21
2
[LLVMdev] dragonegg polly support broken?
On Sun, Oct 21, 2012 at 10:38:48AM -0700, Tobias Grosser wrote:
> On 10/21/2012 09:13 AM, Jack Howarth wrote:
>> On Sun, Oct 21, 2012 at 08:38:21AM -0700, Tobias Grosser wrote:
>>> 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
2011 Sep 19
2
[LLVMdev] cc1: error: unrecognized command line option "-Wno-overlength-strings"
Hi,
I am trying to build llvm-gcc from svn and I am getting a "cc1: error:
unrecognized command line option "-Wno-overlength-strings"" error. I have
gcc 4.1.2 and Linux 2.6.18 on 64bit. Please tell me how to fix this error.
Here is the command that caused this:
gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic
2012 Oct 21
0
[LLVMdev] dragonegg polly support broken?
On 10/21/2012 10:57 AM, Jack Howarth wrote:
> On Sun, Oct 21, 2012 at 10:38:48AM -0700, Tobias Grosser wrote:
>> On 10/21/2012 09:13 AM, Jack Howarth wrote:
>>> On Sun, Oct 21, 2012 at 08:38:21AM -0700, Tobias Grosser wrote:
>>>> On 10/20/2012 05:38 PM, Jack Howarth wrote:
>>>>> Duncan,
>>>>> Is the documentation for using Polly
2012 Oct 21
2
[LLVMdev] dragonegg polly support broken?
On Sun, Oct 21, 2012 at 11:01:37AM -0700, Tobias Grosser wrote:
> On 10/21/2012 10:57 AM, Jack Howarth wrote:
>> On Sun, Oct 21, 2012 at 10:38:48AM -0700, Tobias Grosser wrote:
>>> On 10/21/2012 09:13 AM, Jack Howarth wrote:
>>>> On Sun, Oct 21, 2012 at 08:38:21AM -0700, Tobias Grosser wrote:
>>>>> On 10/20/2012 05:38 PM, Jack Howarth wrote:
2011 Apr 08
2
[LLVMdev] dragonegg build failure
Hi ether, how did you build it exactly? I logged into gcc16 and tried to
reproduce. But I get
/home/ether/local/gcc-4.5/lib/gcc/x86_64-unknown-linux-gnu/4.5.3/plugin/include/real.h:28:17:
error: mpc.h: No such file or directory
In file included from
/home/ether/local/gcc-4.5/lib/gcc/x86_64-unknown-linux-gnu/4.5.3/plugin/include/rtl.h:28,
from
2012 Oct 21
0
[LLVMdev] dragonegg polly support broken?
On Sun, Oct 21, 2012 at 02:35:49PM -0400, Jack Howarth wrote:
> On Sun, Oct 21, 2012 at 11:01:37AM -0700, Tobias Grosser wrote:
> > On 10/21/2012 10:57 AM, Jack Howarth wrote:
> >> On Sun, Oct 21, 2012 at 10:38:48AM -0700, Tobias Grosser wrote:
> >>> On 10/21/2012 09:13 AM, Jack Howarth wrote:
> >>>> On Sun, Oct 21, 2012 at 08:38:21AM -0700, Tobias
2011 Apr 08
0
[LLVMdev] dragonegg build failure
hi,
On Fri, Apr 8, 2011 at 8:38 AM, Jack Howarth <howarth at bromo.med.uc.edu> wrote:
> The new dragonegg 2.9 sources fail to build against either FSF gcc 4.5.2 or 4.5.3svn
> (with the i386_static.diff patch applied) on x86_64-apple-darwin10. In both cases, the
> build fails as...
Dragonegg revision 129116 also fail on x86_64 linux, with gcc-4.5
revision 172158, i got:
2011 Apr 08
0
[LLVMdev] dragonegg build failure
hi Duncan,
i install mpc-0.8.2 in /home/ether/local/, and gcc-4.5 is configure with:
$HOME/sources/gcc-4.5/configure --enable-plugin --enable-lto
--prefix=$HOME/local/gcc-4.5/ --enable-languages=c,c++
--disable-bootstrap --disable-multilib --with-mpc=$HOME/local
--with-libelf=$HOME/local
On Sat, Apr 9, 2011 at 12:00 AM, Duncan Sands <baldrick at free.fr> wrote:
> Hi ether, how did you
2011 May 23
2
[LLVMdev] Get "invalid option '-fplugin-arg-dragonegg-disable-llvm-optzns'" while making llvm test-suite
hi,
I have dragonegg r131864, gcc-4.5 r174052 and llvm r131897. When i
tried to make the llvm test-suite, i got a error message:
/home/ether/local/gcc-4.5/bin/gcc
-fplugin=/home/ether/sources/dragonegg/dragonegg.so
-I/home/ether/build/llvm-ts/projects/test-suite/SingleSource/UnitTests/Vector/SSE
-I/home/ether/sources/llvm/projects/test-suite/SingleSource/UnitTests/Vector/SSE
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 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
2011 Oct 18
3
[LLVMdev] Compile llvm-gcc fortran backend using mingw
2011/10/18 Albert Graef <Dr.Graef at t-online.de>:
> On 10/17/2011 04:44 PM, Duncan Sands wrote:
>> PS: A more convincing (IMO) argument against dragonegg is that it doesn't
>> work on windows. That's because the gcc plugin architecture doesn't work
>> on windows. Takumi has been thinking about this and has been enable to
>> get dragonegg to work on
2012 Oct 22
0
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
On Mon, Oct 22, 2012 at 09:48:59AM -0400, Jack Howarth wrote:
> On Sun, Oct 21, 2012 at 06:00:36PM -0700, Nick Kledzik wrote:
> > Jack,
> >
> > Some binary has an initializer which dyld is calling. Somehow the initializer gets to:
> > #4 0x0000000100f3b2c0 in Json::Value::maxUInt ()
> > which is calling a function in another dylib for the first time. When you