[LLVMdev] LLVM 3.1 type linking? (original) (raw)
Eli Gottlieb eligottlieb at gmail.com
Mon Jul 23 13:54:09 PDT 2012
- Previous message: [LLVMdev] Fix for forward-declare-class.cpp in debuginfo-tests
- Next message: [LLVMdev] How to carry a command line option down to the Object Writer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I've been writing a compiler that was formerly using LLVM 2.9 as its backend, and it relied on the fact that LLVM's bitcode linker would unify identically-named types across modules if all of the declarations but one defined the type as opaque. The compiler worked this way to avoid whole-program compilation. How can I get back this kind of behavior now that I've upgraded to LLVM 3.1?
Thanks, Eli Gottlieb -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120723/907e1eed/attachment.html>
- Previous message: [LLVMdev] Fix for forward-declare-class.cpp in debuginfo-tests
- Next message: [LLVMdev] How to carry a command line option down to the Object Writer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]