Skip to content

Commit

Permalink
Fix ASAN-enabled build (JuliaLang#35364)
Browse files Browse the repository at this point in the history
* Fix ASAN-enabled build

* Remove -DNDEBUG
  • Loading branch information
tkf committed Apr 8, 2020
1 parent 7a4ea21 commit 03dbe08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aotcompile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <llvm/Transforms/Scalar.h>
#include <llvm/Transforms/Vectorize.h>
#if defined(JL_ASAN_ENABLED)
#include <llvm/Transforms/Instrumentation.h>
#include <llvm/Transforms/Instrumentation/AddressSanitizer.h>
#endif
#include <llvm/Transforms/Scalar/GVN.h>
#include <llvm/Transforms/IPO/AlwaysInliner.h>
Expand Down

0 comments on commit 03dbe08

Please sign in to comment.