[llvm-bugs] [Bug 26936] [ms][dll] clang generates a COFF symbol table that differs from msvc with __declspec(dllimport)

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Mar 14 09:31:59 PDT 2016


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

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |rnk at google.com
         Resolution|---                         |INVALID

--- Comment #1 from Reid Kleckner <rnk at google.com> ---
Why would we mention 'foo' in the symbol table when there are no references to
it? Adding this line to your test case makes us import the symbol:
  void baz() { foo<char>(); }

This seems like things are working as intended to me.

-- 
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/20160314/cd90f1da/attachment-0001.html>


More information about the llvm-bugs mailing list