Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/17.0-2023-12-14
/
.
/
clang
/
test
/
Driver
/
pgo-sample-use-profi.c
blob: 454a511a06281bafaa30f35f153c0f8df959adbd [
file
] [
log
] [
blame
] [
edit
]
/// Test if profi flat is enabled in frontend as user-facing feature.
// RUN: %clang -c -fsample-profile-use-profi -fprofile-sample-use=/dev/null -### %s 2>&1 | FileCheck %s
// CHECK: "-mllvm" "-sample-profile-use-profi"