[LLVMdev] Adding an object to llc
Reid Spencer
reid at x10sys.com
Tue May 23 09:53:21 PDT 2006
On Tue, 2006-05-23 at 18:07 +0200, Silken Tiger wrote:
> Hi
>
> I have just written an pass which does some simple ASAP scheduling. First i
> registered it as optimization pass because it so nice documented and speeds
> up the compilation and testing times dramaticly :-).
>
> Then i just registered this part as an analysis part which should be used in a
> modified cbackend. All seems to work fine, exept that llc fails to link. I
> tried removing the SHARED_LIBRARY = 1 and LOADABLE_MODULE= 1 options from the
> Makefile since it should be included by default in my build. Then i tried to
> add the .a file to the llc makefile. But it didn't help either... :-( Any
> hints what's missing?
Its hard to say without knowing the error you got.
Can you provide the link error that was generated?
>
> Btw. there was a way to make the makefile run more verbose. It was documented
> somewhere but i don't find it anymore? (S.t. like debug=1 make)
The option is: make VERBOSE=1
Reid
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060523/9a8bf013/attachment.sig>
More information about the llvm-dev
mailing list