We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51491a5 commit 9ed07a7Copy full SHA for 9ed07a7
src/CodeGen_LLVM.cpp
@@ -1150,7 +1150,7 @@ void CodeGen_LLVM::optimize_module() {
1150
#if LLVM_VERSION >= 140
1151
AddressSanitizerOptions asan_options; // default values are good...
1152
asan_options.UseAfterScope = true; // ...except this one
1153
- constexpr bool use_global_gc = true;
+ constexpr bool use_global_gc = false;
1154
constexpr bool use_odr_indicator = true;
1155
constexpr auto destructor_kind = AsanDtorKind::Global;
1156
mpm.addPass(ModuleAddressSanitizerPass(
0 commit comments