[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Driver / pgo-sample-use-profi.c
blob454a511a06281bafaa30f35f153c0f8df959adbd
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
4 // CHECK: "-mllvm" "-sample-profile-use-profi"