blob: 9dd6afd24d7eab6bec7ca0b8ff4c7c36f475c82e [file] [log] [blame]
// 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() {
}