Disable warning 4530 for MSVC builds.
authorZachary Turner <zturner@google.com>
Tue, 2 Dec 2014 17:57:54 +0000 (17:57 +0000)
committerZachary Turner <zturner@google.com>
Tue, 2 Dec 2014 17:57:54 +0000 (17:57 +0000)
commit392b715caff774574db90bba98e7d028074b4d50
treed70a02cc69f78db168c1964eac3abd54ca263014
parentfeab91cac3b6383a718eda2d404df600e1c90fe2
Disable warning 4530 for MSVC builds.

We compile with exceptions off for LLVM and all other LLVM
subprojects, so this brings parity to LLD and disables this
warning.

Reviewed by: Rui Ueyama

llvm-svn: 223131
lld/CMakeLists.txt