[clang] [Clang][Driver][SamplePGO] Introduce -fno_sample_profile_use_profi flag for SamplePGO (PR #145957)
Nilanjana Basu via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 2 12:48:56 PDT 2025
================
@@ -1,4 +1,19 @@
-/// Test if profi flat is enabled in frontend as user-facing feature.
-// RUN: %clang --target=x86_64 -c -fsample-profile-use-profi -fprofile-sample-use=/dev/null -### %s 2>&1 | FileCheck %s
+/// Ensure that profi flag is enabled by default in frontend for SamplePGO
----------------
nilanjana87 wrote:
Done
https://github.com/llvm/llvm-project/pull/145957
More information about the cfe-commits
mailing list