Revert " [compiler-rt] Allow c++ abi to be explictly disabled in cmake configuration"
authorDean Michael Berris <dberris@google.com>
Fri, 26 Aug 2016 12:31:02 +0000 (12:31 +0000)
committerDean Michael Berris <dberris@google.com>
Fri, 26 Aug 2016 12:31:02 +0000 (12:31 +0000)
This reverts commit 6659b10799b287ad815e49c4f1b01abc4369b03d.

llvm-svn: 279818

compiler-rt/lib/ubsan/ubsan_type_hash_itanium.cc

index f5b3cca..26272e3 100644 (file)
@@ -13,7 +13,7 @@
 
 #include "sanitizer_common/sanitizer_platform.h"
 #include "ubsan_platform.h"
-#if CAN_SANITIZE_UB && UBSAN_CAN_USE_CXXABI
+#if CAN_SANITIZE_UB && !SANITIZER_WINDOWS
 #include "ubsan_type_hash.h"
 
 #include "sanitizer_common/sanitizer_common.h"