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)
commit3a5a587abfa4c04aa64f14ef1f2b4a00608b4840
treecfff726f479410574617ef10a6ceb917ac4d6057
parentdf31d7bea7e2c3f5ce967388fc9a16ad939c4196
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227479 91177308-0d34-0410-b5e6-96231b3b80d8
tools/CMakeLists.txt