Displaying 3 results from an estimated 3 matches for "pmfbuild".
Did you mean:
fbuild
2005 Jan 07
1
[LLVMdev] Shared library building problems on Darwin
...he shared library and makefile system have been
overhauled significantly.
So I checked again - as updated from CVS, the current makefiles don't
build the right object type on darwin.
If you follow the advice of 'Writing an LLVM Pass" tutorial, you will
create (say) llvm/lib/Transforms/PMFBuild/ and fill it with the
appropriate files.
Then, running 'make' in llvm/lib/Transforms/PMFBuild generates a bunch
of files in llvm/Debug/lib/:
% cd llvm/Debug/lib
% ll *PMF*
-rw-r--r-- 1 mike staff 385584 Jan 6 18:16 PMFBuild.o
-rwxr-xr-x 1 mike staff 1053828 Jan 6 1...
2005 Jan 11
2
[Fwd: Re: [LLVMdev] Shared library building problems on Darwin]
...> > > So I checked again - as updated from CVS, the current makefiles don't
> > > build the right object type on darwin.
> > >
> > > If you follow the advice of 'Writing an LLVM Pass" tutorial, you will
> > > create (say) llvm/lib/Transforms/PMFBuild/ and fill it with the
> > > appropriate files.
> > >
> > > Then, running 'make' in llvm/lib/Transforms/PMFBuild generates a bunch
> > > of files in llvm/Debug/lib/:
> > > % cd llvm/Debug/lib
> > > % ll *PMF*
> > > -rw-r--r--...
2005 Jan 11
0
[Fwd: Re: [LLVMdev] Shared library building problems on Darwin]
...checked again - as updated from CVS, the current makefiles don't
> > > > build the right object type on darwin.
> > > >
> > > > If you follow the advice of 'Writing an LLVM Pass" tutorial, you will
> > > > create (say) llvm/lib/Transforms/PMFBuild/ and fill it with the
> > > > appropriate files.
> > > >
> > > > Then, running 'make' in llvm/lib/Transforms/PMFBuild generates a bunch
> > > > of files in llvm/Debug/lib/:
> > > > % cd llvm/Debug/lib
> > > > % ll *PMF*...