279aa8f685
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
7 lines
271 B
LLVM
7 lines
271 B
LLVM
;; 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,""
|