File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3535#include " llvm/ADT/PointerIntPair.h"
3636#include " llvm/ADT/PointerUnion.h"
3737#include " llvm/ADT/STLForwardCompat.h"
38+ #include " llvm/Support/Compiler.h"
3839#include " llvm/Support/MemAlloc.h"
3940#include " llvm/Support/type_traits.h"
4041#include < cstring>
@@ -317,7 +318,7 @@ template <typename ReturnT, typename... ParamTs> class UniqueFunctionBase {
317318 // Clear the old callback and inline flag to get back to as-if-null.
318319 RHS.CallbackAndInlineFlag = {};
319320
320- #if !defined(NDEBUG) && !defined( LLVM_ADDRESS_SANITIZER_BUILD)
321+ #if !defined(NDEBUG) && !LLVM_ADDRESS_SANITIZER_BUILD
321322 // In debug builds without ASan, we also scribble across the rest of the
322323 // storage. AddressSanitizer (ASAN) disables scribbling to prevent
323324 // overwriting poisoned objects (e.g., annotated short strings).
You can’t perform that action at this time.
0 commit comments