brintos

brintos / llvm-project-archived public Read only

0
0
Text · 313 B · 6cc8d47 Raw
6 lines · cpp
1// RUN: %clang -### -c --target=x86_64 -fxray-instrument %s 2>&1 | FileCheck %s2// RUN: %clang -### -c --target=x86_64 -fxray-instrument -fxray-function-index -fno-xray-function-index %s 2>&1 | FileCheck %s --check-prefix=DISABLED3 4// CHECK-NOT:  "-fxray-function-index"5// DISABLED:   "-fno-xray-function-index"6