File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
llvm/include/llvm/Support Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 50
50
#include " llvm/ADT/SmallVector.h"
51
51
#include " llvm/ADT/StringRef.h"
52
52
#include " llvm/ADT/STLFunctionalExtras.h"
53
+ #include " llvm/Support/Compiler.h"
53
54
#include " llvm/Support/Error.h"
54
55
#include " llvm/Support/FormatVariadic.h"
55
56
#include " llvm/Support/raw_ostream.h"
@@ -482,7 +483,7 @@ class Value {
482
483
friend class Object ;
483
484
484
485
template <typename T, typename ... U> void create (U &&... V) {
485
- #if defined( LLVM_ADDRESS_SANITIZER_BUILD)
486
+ #if LLVM_ADDRESS_SANITIZER_BUILD
486
487
// Unpoisoning to prevent overwriting poisoned object (e.g., annotated short
487
488
// string). Objects that have had their memory poisoned may cause an ASan
488
489
// error if their memory is reused without calling their destructor.
You can’t perform that action at this time.
0 commit comments