xref: /aosp_15_r20/external/llvm/test/Instrumentation/InstrProfiling/X86/alloc.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1;; Ensure that SHF_ALLOC section flag is not set for the __llvm_covmap section on Linux.
2; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s
3
4@__llvm_coverage_mapping = internal constant i32 0, section "__llvm_covmap"
5
6; CHECK-DAG: .section	__llvm_covmap,""
7