OSDN Git Service

Revert "[NewPM] Port Sancov"
[android-x86/external-llvm.git] / test / Instrumentation / SanitizerCoverage / trace-pc-guard-inline-8bit-counters.ll
1 ; RUN: opt < %s -sancov -sanitizer-coverage-level=1 -sanitizer-coverage-trace-pc-guard -sanitizer-coverage-inline-8bit-counters -S | FileCheck %s
2
3 ; Module ctors should have stable names across modules, not something like
4 ; @sancov.module_ctor.3 that may cause duplicate ctors after linked together.
5
6 ; CHECK: define internal void @sancov.module_ctor_trace_pc_guard() comdat {
7 ; CHECK: define internal void @sancov.module_ctor_8bit_counters() comdat {
8
9 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
10 target triple = "x86_64-unknown-linux-gnu"
11 define void @foo() {
12   ret void
13 }