1 ;; Check that asan_globals is not marked large without an explicit code model.
2 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -passes=asan -S | FileCheck %s
4 ; CHECK: @__asan_global_global =
5 ; CHECK-NOT: code_model "large"
7 @global = global i32 0, align 4