aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CoverageMapping/unused_function_no_runtime_hook.cpp
blob: 5a835ae311697b365a77348aa94948e5557f61fc (plain)
1
2
3
4
5
6
// 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;
}