[llvm-bugs] [Bug 11446] Clang plugin PrintFunctionNames does not work on Windows VS10 or MinGW

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Feb 3 08:47:43 PST 2017


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

John Brawn <john.brawn.123 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |john.brawn.123 at gmail.com
         Resolution|---                         |FIXED

--- Comment #10 from John Brawn <john.brawn.123 at gmail.com> ---
The current status of things on windows is:

When building with Visual Studio, plugins work if you cmake with
-DLLVM_EXPORT_SYMBOLS_FOR_PLUGINS=ON

When building with mingw gcc, plugins work if you cmake with either
-DLLVM_EXPORT_SYMBOLS_FOR_PLUGINS=ON or -DBUILD_SHARED_LIBS=ON

So I think that this can be considered done.

-- 
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/20170203/fd5612ee/attachment.html>


More information about the llvm-bugs mailing list