search for: dattr_deprecated

Displaying 5 results from an estimated 5 matches for "dattr_deprecated".

2004 Dec 08
0
[LLVMdev] Building llvm and cfrontend under cygwin
...-I../../../include -I/cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend -I/cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend -I/cygdrive/d/3rd-party/llvm/include -I/cygdrive/d/3rd-party/llvm/include -I../../../include -I/cygdrive/d/3rd-party/llvm/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -DATTR_DEPRECATED='__attribute__ ((deprecated))' SJLJ-Exception.cpp | sed 's|\.o:|\.lo:|' | sed 's|SJLJ-Exception\.lo *|/cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend/Release/& /cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend/Profile/& /cygdrive/d/3rd-party/llvm/runtime/GCC...
2004 Aug 30
1
[LLVMdev] llvmc - Compiler Driver - Status Update & Issues
...--tag=CXX \ --mode=compile llvmc -c -I/proj/work/llvm/build/tools/llvmc \ -I/proj/work/llvm/build/../llvm/tools/llvmc -I/proj/work/llvm/build/include \ -I/proj/work/llvm/build/../llvm/include -I../../include \ -I/proj/work/llvm/build/../llvm/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS \ -DATTR_DEPRECATED='__attribute__ ((deprecated))' -Wall -W -Wwrite-strings \ -Wno-unused -g -D_DEBUG \ /proj/work/llvm/build/../llvm/tools/llvmc/CompilerDriver.cpp -o \ /proj/work/llvm/build/tools/llvmc/Debug/CompilerDriver.lo Unknown command line argument '-DATTR_DEPRECATED=__attribute__ ((deprec...
2004 Aug 16
1
[LLVMdev] Re: [llvm-announce] LLVM 1.3 Release!]
...end/install/bin/gcc -Wall -W -Wwrite-strings -Wno-unused -I/usr/pd/llvm/llvm/runtime/GCCLibraries/crtend -I/usr/pd/llvm/llvm/ runtime/GCCLibraries/crtend -I/usr/pd/llvm/llvm/include -I/usr/pd/llvm/llvm/incl ude -I../../../include -I/usr/pd/llvm/llvm/include -D_GNU_SOURCE -D__STDC_LIMIT_ MACROS -DATTR_DEPRECATED='__attribute__ ((deprecated))' -c crtend.c -o /usr/pd/l lvm/llvm/runtime/GCCLibraries/crtend/BytecodeObj/crtend.bc Files/ATI: not found gmake: *** [/usr/pd/llvm/llvm/runtime/GCCLibraries/crtend/BytecodeObj/crtend.bc] Error 127 So I excluded all the windows-specific dirs in PATH and rebu...
2004 Aug 16
0
[LLVMdev] Re: [llvm-announce] LLVM 1.3 Release!]
On Mon, Aug 16, 2004 at 01:07:39PM +0200, Robert Feldt wrote: > However, when I go back to rebuild llvm, reconfigure, setting the > CFEINSTALL dir, then make it can build the tools ok but not the > runtime: [snip] > Compiling crtend.c to bytecode > Files/ATI: not found [snip] > I don't understand the error message since I see no reference to > Files/ATI. Any clues? Can
2004 Aug 16
3
[LLVMdev] Re: [llvm-announce] LLVM 1.3 Release!]
Chris Lattner wrote: >On Sun, 15 Aug 2004, Robert Feldt wrote: > > > >>However, I wonder if someone supplies pre-built cfrontend binaries for >>cygwin? >> >> > >Nope, we don't have one yet, sorry. > > > >>I followed the instructions and tried to build them myself but get >>when building the cfrontend. Any ideas? >>