7 lines · plain
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 %s3 4; CHECK: @__asan_global_global =5; CHECK-NOT: code_model "large"6 7@global = global i32 0, align 4