[LLVMbugs] [Bug 9392] Feature request: linkonce inline functions in C
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Aug 1 22:42:08 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=9392
Jonathan Lennox <lennox at cs.columbia.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|DUPLICATE |---
--- Comment #4 from Jonathan Lennox <lennox at cs.columbia.edu> ---
My actual thought with the initial feature request would be to have something
like an attribute (e.g. __attribute__((__linkonce_inline__)) or the like),
rather than just conditionalizing this on -fms-compatibility.
This feature is useful on all platforms, not just Windows. I.e. I want to use
it on a Mac, but I'm not about to turn on -fms-compatbility for Mac code.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130802/9034e780/attachment.html>
More information about the llvm-bugs
mailing list