[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / Instrumentation / AddressSanitizer / global-metadata-code-model-small.ll
blobc034cad6d15da22d2799e716d51985f7ae13d421
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