Disable Visual C++ warning 4722 about aborting a destructor,
authorYaron Keren <yaron.keren@gmail.com>
Tue, 25 Mar 2014 08:42:49 +0000 (08:42 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Tue, 25 Mar 2014 08:42:49 +0000 (08:42 +0000)
commitd8ceb275c2d3c0f09cb3bf814ad32c23deb93e10
treeeafac143ef74ca537b137dbbab8ee589560a4226
parent4fd5cd06c815724fa410c0bea276d919dea868c3
Disable Visual C++ warning 4722 about aborting a destructor,
it has no value for us.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204704 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/HandleLLVMOptions.cmake
lib/IR/User.cpp
lib/Support/Process.cpp