Skip to content

Commit 03dbe08

Browse files
authored
Fix ASAN-enabled build (JuliaLang#35364)
* Fix ASAN-enabled build * Remove -DNDEBUG
1 parent 7a4ea21 commit 03dbe08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aotcompile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include <llvm/Transforms/Scalar.h>
2323
#include <llvm/Transforms/Vectorize.h>
2424
#if defined(JL_ASAN_ENABLED)
25-
#include <llvm/Transforms/Instrumentation.h>
25+
#include <llvm/Transforms/Instrumentation/AddressSanitizer.h>
2626
#endif
2727
#include <llvm/Transforms/Scalar/GVN.h>
2828
#include <llvm/Transforms/IPO/AlwaysInliner.h>

0 commit comments

Comments
 (0)