search for: correctedsynthesize

Displaying 2 results from an estimated 2 matches for "correctedsynthesize".

2010 Oct 29
6
[LLVMdev] RFC: [Proposal] Module-Level Attributes
...@OBJC_IMAGE_INFO = private constant [2 x i32] [i32 0, i32 22], section "__DATA, __objc_imageinfo, regular, no_dead_strip" With module-level attributes, these global variables wouldn't exist. Instead, they would be replaced by something like this: -fno-objc-gc: module attr ImageInfo [CorrectedSynthesize] -fobjc-gc-only: module attr ImageInfo [CorrectedSynthesize, GCOnly] LTO would see that the module attributes are incompatible and will reject trying to link the two modules. Comments? -bw -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org...
2010 Oct 30
0
[LLVMdev] RFC: [Proposal] Module-Level Attributes
On Oct 28, 2010, at 5:46 PM, Bill Wendling wrote: > > Comments? Hi Bill, This is a broad solution to what sounds like a specific problem. Are there any other uses for module-level attributes anticipated? Do you anticipate defining what ImageInfo, CorrectedSynthesize, GCOnly, etc. mean in LangRef.html, or are they just going to be left as "The is for ObjC." ? Thanks, Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101030/b8011806/attachment.html>