Disable compilation of llvm-pdbdump for versions of MSVC < 2013.
authorZachary Turner <zturner@google.com>
Thu, 29 Jan 2015 18:44:14 +0000 (18:44 +0000)
committerZachary Turner <zturner@google.com>
Thu, 29 Jan 2015 18:44:14 +0000 (18:44 +0000)
commitd5bb7e142bdbe7a992156a8ada6531442da1e7eb
treeed5f24418cf57a31d9bc3916762b64dc13eb3bc9
parent0ff86c79b41bc10a46ba15ba6030385c0588da2c
Disable compilation of llvm-pdbdump for versions of MSVC < 2013.

Certain aspects of llvm-pdbdump require language support only present in
MSVC 2013 and higher.  Since this is strictly a utility, and since we hope
to drop support for MSVC 2012 soon, don't build this unless MSVC 2013 or
higher.

llvm-svn: 227479
llvm/tools/CMakeLists.txt