• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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