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