[RISCV][FMV] Support target_clones (#85786)
[llvm-project.git] / clang / test / Driver / pgo-sample-use-profi.c
blob0370d947ce590fc6a09d8e61338eda8528d5eecf
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
4 // CHECK: "-mllvm" "-sample-profile-use-profi"