[llvm] r228747 - Provide DIA implementation of DebugInfoPDB.

Zachary Turner zturner at google.com
Tue Feb 10 17:59:55 PST 2015


That was true, but after the move to the pdb library the main reason for
that went away. It should work now withe above suggested workaround,
although if you want to use this as a catalyst to kill vs2012 for good, be
my guest =]
On Tue, Feb 10, 2015 at 5:58 PM Chandler Carruth <chandlerc at google.com>
wrote:

>
> 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/20150211/788f5398/attachment.html>


More information about the llvm-commits mailing list