repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[RISCV][FMV] Support target_clones (#85786)
[llvm-project.git]
/
clang
/
test
/
Driver
/
pgo-sample-use-profi.c
blob
0370d947ce590fc6a09d8e61338eda8528d5eecf
1
/// Test if profi flat is enabled in frontend as user-facing feature.
2
// RUN: %clang --target=x86_64 -c -fsample-profile-use-profi -fprofile-sample-use=/dev/null -### %s 2>&1 | FileCheck %s
3
4
// CHECK: "-mllvm" "-sample-profile-use-profi"