brintos

brintos / llvm-project-archived public Read only

0
0
Text · 380 B · 13630b4 Raw
9 lines · plain
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 %s3 4@covfun = linkonce_odr hidden constant i32 0, section "__llvm_covfun"5@__llvm_coverage_mapping = internal constant i32 0, section "__llvm_covmap"6 7; CHECK-DAG: .section	__llvm_covfun,""8; CHECK-DAG: .section	__llvm_covmap,""9