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