search for: 570729df

Displaying 2 results from an estimated 2 matches for "570729df".

2014 Apr 01
2
[LLVMdev] [RFC] Section Declarations in LLVM IR
...inside of a section must have ``linkonce`` linkage if the + section has ``linkonce``. Sounds like we're going to drop some of these restrictions. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140401/570729df/attachment.html>
2014 Mar 11
2
[LLVMdev] [RFC] Section Declarations in LLVM IR
Hi all, I'd like to propose that LLVM IR have a mechanism to describe sections in a more explicit way than we can today. Currently, we provide an attribute called "section" on GlobalVariables and Functions. This attribute will choose which section the Value will end up in. However, it does not describe the attributes of the section. Without a way of describing the section, we try