blob: 297992cfd1a15874557dae6c2924fc3e6ac198bf [file] [log] [blame]
// RUN: %clang -### -fpseudo-probe-for-profiling %s 2>&1 | FileCheck %s --check-prefix=YESPROBE
// RUN: %clang -### -fno-pseudo-probe-for-profiling %s 2>&1 | FileCheck %s --check-prefix=NOPROBE
// RUN: %clang -### -fpseudo-probe-for-profiling -fdebug-info-for-profiling %s 2>&1 | FileCheck %s --check-prefix=CONFLICT
// YESPROBE: -fpseudo-probe-for-profiling
// NOPROBE-NOT: -fpseudo-probe-for-profiling
// CONFLICT: invalid argument