summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/profile-sample-accurate.c
blob: 556cad753c3c8c4710052366aefe5d2f3f4fdde4 (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() {
}