OSDN Git Service

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