Displaying 3 results from an estimated 3 matches for "msg00545".
Did you mean:
msg00045
2010 Jun 01
0
[LLVMdev] building dragonegg (LLVM 2.7) on Snow Leopard (Mac OS X 10.6.3)
...sting dragonegg
A quick test of dragonegg by compiling a hello world C program to bytecode revealed that it works:
/path/togcc-4.5.0/bin/gcc -fplugin=./dragonegg.so test.c -S -o - -flto
greetings,
Kenneth
[1] /llvm.org/releases/download.html#2.7
[2] http://gcc.gnu.org/ml/gcc-patches/2010-04/msg00545.html
2010 Apr 13
0
[LLVMdev] darwin dragon-egg build issues
Hi Jack,
> bash-3.2$ gcc-4 hello.c -S -O1 -o - -fplugin=./dragonegg.so
> cc1: error: Cannot load plugin ./dragonegg.so
> dlopen(./dragonegg.so, 10): Symbol not found: _classify_argument
looks like you forgot to apply the i386_static.diff patch to gcc.
Ciao,
Duncan.
2010 Apr 13
4
[LLVMdev] darwin dragon-egg build issues
On Sat, Apr 10, 2010 at 08:29:07PM -0500, Peter O'Gorman wrote:
> On 04/10/2010 08:01 PM, Jack Howarth wrote:
>
> >
> > bash-3.2$ GCC=/sw/bin/gcc-4 CC=gcc-4 CXX=g++-4 CFLAGS=-I/sw/include CXXFLAGS=-I/sw/include LLVM_CONFIG=/sw/lib/llvm/bin/llvm-config make
> > g++-4 -c -I/sw/lib/llvm/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -MD