Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / Instrumentation / SanitizerCoverage / coff-pc-table-inline-bool-flag.ll
blobf90839d2e7737c560f1df75b62181e111ef6ceb2
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-bool-flag=1 -sanitizer-coverage-pc-table=1 -S | FileCheck %s
3 target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
4 target triple = "x86_64-pc-windows-msvc19.14.26433"
6 define void @foo() {
7 entry:
8   ret void
11 ; CHECK-DAG: section ".SCOV{{\$}}BM",
12 ; CHECK-DAG: section ".SCOVP{{\$}}M",
13 ; CHECK:     @__start___sancov_bools = external hidden global i1
14 ; CHECK:     @__stop___sancov_bools = external hidden global i1