bolt/deps/llvm-18.1.8/clang/test/Driver/pgo-sample-use-profi.c
2025-02-14 19:21:04 +01:00

4 lines
238 B
C

/// 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
// CHECK: "-mllvm" "-sample-profile-use-profi"