[llvm-bugs] [Bug 33768] Building alsa-tools-1.1.0 fails linkage due to inlining

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jul 13 07:52:27 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=33768

Dimitry Andric <dimitry at andric.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dimitry at andric.com
         Resolution|---                         |INVALID

--- Comment #1 from Dimitry Andric <dimitry at andric.com> ---
This is not a bug.  For C, use either "static inline" or "extern inline", never
plain "inline".

Background information:
https://stackoverflow.com/questions/6312597/is-inline-without-static-or-extern-ever-useful-in-c99
and:
http://www.greenend.org.uk/rjk/tech/inline.html

-- 
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/20170713/31454923/attachment.html>


More information about the llvm-bugs mailing list