forked from OSchip/llvm-project
Revert " [compiler-rt] Allow c++ abi to be explictly disabled in cmake configuration"
This reverts commit 6659b10799b287ad815e49c4f1b01abc4369b03d. llvm-svn: 279818
This commit is contained in:
parent
aa6eb5cd80
commit
d7bd8fbc0e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue