[compiler-rt] r279818 - Revert " [compiler-rt] Allow c++ abi to be explictly disabled in cmake configuration"

Dean Michael Berris via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 26 05:31:02 PDT 2016


Author: dberris
Date: Fri Aug 26 07:31:02 2016
New Revision: 279818

URL: http://llvm.org/viewvc/llvm-project?rev=279818&view=rev
Log:
Revert "    [compiler-rt] Allow c++ abi to be explictly disabled in cmake configuration"

This reverts commit 6659b10799b287ad815e49c4f1b01abc4369b03d.

Modified:
    compiler-rt/trunk/lib/ubsan/ubsan_type_hash_itanium.cc

Modified: compiler-rt/trunk/lib/ubsan/ubsan_type_hash_itanium.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/ubsan/ubsan_type_hash_itanium.cc?rev=279818&r1=279817&r2=279818&view=diff
==============================================================================
--- compiler-rt/trunk/lib/ubsan/ubsan_type_hash_itanium.cc (original)
+++ compiler-rt/trunk/lib/ubsan/ubsan_type_hash_itanium.cc Fri Aug 26 07:31:02 2016
@@ -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"




More information about the llvm-commits mailing list