Sign in
rust
/
rust-lang
/
llvm-project
/
af8f9eb61a2ad4ee1f2d3f46d157b93a47c6a4bf
/
.
/
clang
/
test
/
CoverageMapping
/
unused_function_no_runtime_hook.cpp
blob: 5a835ae311697b365a77348aa94948e5557f61fc [
file
] [
log
] [
blame
]
// RUN: %clang -target x86_64-unknown-fuchsia -fprofile-instr-generate -fcoverage-mapping -emit-llvm -S %s -o - | FileCheck %s
// CHECK-NOT: @__llvm_profile_runtime
static
int
f0
()
{
return
100
;
}