[cfe-dev] [Patch] Module Flags Patch
Bill Wendling
wendling at apple.com
Wed Feb 8 00:29:22 PST 2012
Hi!
This is a patch for module flags that I talked about here:
http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-January/046857.html
This patch creates an interface in the Module class to get and create module flags for a Module. The bulk of the patch deals with code in the Linker to merge module flags from two (or more) Modules when those Modules are linked together.
This patch doesn't have an implementation of module flags (e.g., Objective-C metadata), but is the groundwork for doing so.
Please take a look at this and let me know if you have any suggestions or concerns.
-bw
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mod-flags.diff
Type: application/octet-stream
Size: 20932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120208/d725062a/attachment.obj>
-------------- next part --------------
More information about the cfe-dev
mailing list