aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/profile-sample-accurate.c
blob: 3e4a152e527408b6479e7553ea3797ebe1e290fe (plain)
1
2
3
4
5
6
7
// Test to ensure -emit-llvm profile-sample-accurate is honored by clang.
// RUN: %clang -S -emit-llvm %s -fprofile-sample-accurate -o - | FileCheck %s

// CHECK: define{{.*}} void @foo()
// CHECK: attributes{{.*}} "profile-sample-accurate"
void foo(void) {
}