aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Driver/fprofile-sample-use.c
blob: 7c8813a83785ceb15a44d100efa47943a9bb1548 (plain)
1
2
3
4
5
/// GCC -fauto-profile (without =) is rejected.
/// -fprofile-sample-use without = is rejected as well.
// RUN: not %clang -### -S -fauto-profile -fprofile-sample-use %s 2>&1 | FileCheck %s --check-prefix=ERR
// ERR: error: unknown argument: '-fauto-profile'
// ERR: error: unknown argument: '-fprofile-sample-use'