brintos

brintos / llvm-project-archived public Read only

0
0
Text · 438 B · ea65482 Raw
12 lines · plain
1; Checks that sancov.module_ctor is marked used.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 %s3target 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 void9}10 11; CHECK: @llvm.used = appending global {{.*}} @sancov.module_ctor12