We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2cd74 commit f92551bCopy full SHA for f92551b
clang/test/Driver/pgo-sample-use-profi.c
@@ -1,4 +1,4 @@
1
/// Test if profi flat is enabled in frontend as user-facing feature.
2
-// RUN: %clang -c -fsample-profile-use-profi -fprofile-sample-use=/dev/null -### %s 2>&1 | FileCheck %s
+// 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"
0 commit comments