mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-22 19:55:47 -04:00
a6320f1513
Differential Revision: http://reviews.llvm.org/D17324 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@261959 91177308-0d34-0410-b5e6-96231b3b80d8
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,""
|