blob: 7c8813a83785ceb15a44d100efa47943a9bb1548 [file] [log] [blame] [edit]
/// 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'