brintos

brintos / llvm-project-archived public Read only

0
0
Text · 430 B · 8661dc6 Raw
8 lines · c
1// RUN: %clang -### -c -fprofile-generate -ftemporal-profile %s 2>&1 | FileCheck %s2// RUN: %clang -### -c -fcs-profile-generate -ftemporal-profile %s 2>&1 | FileCheck %s3// RUN: not %clang -### -c -ftemporal-profile %s 2>&1 | FileCheck %s --check-prefix=ERR4 5// CHECK: "-mllvm" "--pgo-temporal-instrumentation"6 7// ERR: error: invalid argument '-ftemporal-profile' only allowed with '-fprofile-generate or -fcs-profile-generate'8