llvm-project/clang/test/Driver/pgo-sample-use-profi.c

5 lines
222 B
C

/// 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"