search for: asmwriterpass

Displaying 4 results from an estimated 4 matches for "asmwriterpass".

2006 Jun 03
3
[LLVMdev] Heads Up: libLLVMCore.a and loadable modules
...opPoint symbols he uses. That's because the opt program doesn't use DbgStopPoint and so those symbols are now missing because opt linked with libLLVMCore.a instead of LLVMCore.o. Simply linking the shared library module with libLLVMCore. a doesn't help because then you get things like AsmWriterPass being registered multiple times (once from opt and once from the shared lib being loaded). The only solution Yorion and I found was to copy the IntrinsicInst.cpp code out of lib/VMCore and into his own area where it could be compiled and linked directly into his module. There may be other things...
2006 Jun 22
0
[LLVMdev] Heads Up: libLLVMCore.a and loadable modules
...'s > because the opt program doesn't use DbgStopPoint and so those symbols > are now missing because opt linked with libLLVMCore.a instead of > LLVMCore.o. > > Simply linking the shared library module with libLLVMCore. a doesn't > help because then you get things like AsmWriterPass being registered > multiple times (once from opt and once from the shared lib being > loaded). > > The only solution Yorion and I found was to copy the IntrinsicInst.cpp > code out of lib/VMCore and into his own area where it could be compiled > and linked directly into his module...
2006 Jun 22
2
[LLVMdev] Heads Up: libLLVMCore.a and loadable modules
...pt program doesn't use DbgStopPoint and so those symbols > > are now missing because opt linked with libLLVMCore.a instead of > > LLVMCore.o. > > > > Simply linking the shared library module with libLLVMCore. a doesn't > > help because then you get things like AsmWriterPass being registered > > multiple times (once from opt and once from the shared lib being > > loaded). > > > > The only solution Yorion and I found was to copy the IntrinsicInst.cpp > > code out of lib/VMCore and into his own area where it could be compiled > > and l...
2006 Jun 22
0
[LLVMdev] Heads Up: libLLVMCore.a and loadable modules
...doesn't use DbgStopPoint and so those symbols >>>are now missing because opt linked with libLLVMCore.a instead of >>>LLVMCore.o. >>> >>>Simply linking the shared library module with libLLVMCore. a doesn't >>>help because then you get things like AsmWriterPass being registered >>>multiple times (once from opt and once from the shared lib being >>>loaded). >>> >>>The only solution Yorion and I found was to copy the IntrinsicInst.cpp >>>code out of lib/VMCore and into his own area where it could be compiled >...