xref: /llvm-project/llvm/test/Instrumentation/SanitizerCoverage/coff-pc-table-inline-8bit-counters.ll (revision 86d1a0b30684f2ab8ec33f0b6fa3d05e4bada0c8)
1; Checks that the PC and 8-bit Counter Arrays are placed in their own sections in COFF binaries.
2; RUN: opt < %s -passes='module(sancov-module)' -sanitizer-coverage-level=1 -sanitizer-coverage-inline-8bit-counters=1 -sanitizer-coverage-pc-table=1 -S | FileCheck %s
3target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
4target triple = "x86_64-pc-windows-msvc19.14.26433"
5
6define void @foo() {
7entry:
8  ret void
9}
10
11; CHECK-DAG: section ".SCOV{{\$}}CM",
12; CHECK-DAG: section ".SCOVP{{\$}}M",
13; CHECK:     @__start___sancov_cntrs = external hidden global i8
14; CHECK:     @__stop___sancov_cntrs = external hidden global i8
15