xref: /llvm-project/llvm/test/Instrumentation/AddressSanitizer/global-metadata-code-model-small.ll (revision 0d948827d773be7e440d1e639ddf42c4d28ab461)
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
3
4; CHECK: @__asan_global_global =
5; CHECK-NOT: code_model "large"
6
7@global = global i32 0, align 4