[llvm] r228747 - Provide DIA implementation of DebugInfoPDB.

Chandler Carruth chandlerc at google.com
Tue Feb 10 17:58:24 PST 2015


On Tue, Feb 10, 2015 at 5:53 PM, Kaylor, Andrew <andrew.kaylor at intel.com>
wrote:

> This won't build with MSVC 2012 because of:
>
> llvm\lib\DebugInfo\PDB\DIA\DIARawSymbol.cpp(29): error C4519: default
> template arguments are only allowed on a class template
>
> Is MSVC 2012 support already officially dropped?
>

I think the PDB stuff never got 2012 support because it was going away by
the time anyone wanted to use it. CMake wasn't supposed to build this under
2012, but maybe that logic got busted some where.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150210/9357f911/attachment.html>


More information about the llvm-commits mailing list