summaryrefslogtreecommitdiffstats
path: root/llvm/test/Instrumentation/InstrProfiling/X86/alloc.ll
blob: 33624380a375b3d9d51a359670d3480d879a0aac (plain)
1
2
3
4
5
6
;; Ensure that SHF_ALLOC section flag is not set for the __llvm_covmap section on Linux.
; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s

@__llvm_coverage_mapping = internal constant i32 0, section "__llvm_covmap"

; CHECK-DAG: .section	__llvm_covmap,""
OpenPOWER on IntegriCloud