1 /// GCC -fauto-profile (without =) is rejected. 2 /// -fprofile-sample-use without = is rejected as well. 3 // RUN: not %clang -### -S -fauto-profile -fprofile-sample-use %s 2>&1 | FileCheck %s --check-prefix=ERR 4 // ERR: error: unknown argument: '-fauto-profile' 5 // ERR: error: unknown argument: '-fprofile-sample-use' 6