brintos

brintos / llvm-project-archived public Read only

0
0
Text · 653 B · 4dab5f5 Raw
8 lines · cpp
1// RUN: %clang -### --target=aarch64-unknown-linux-gnu -fxray-instrument -fxray-function-groups=3 %s 2>&1 | FileCheck %s --check-prefix=GROUP02// RUN: %clang -### --target=x86_64-unknown-linux-gnu -fxray-instrument -fxray-function-groups=3 -fxray-selected-function-group=0 %s 2>&1 | FileCheck %s --check-prefix=GROUP03// RUN: %clang -### --target=x86_64-unknown-linux-gnu -fxray-instrument -fxray-function-groups=3 -fxray-selected-function-group=1 %s 2>&1 | FileCheck %s --check-prefix=GROUP14 5// GROUP0: "-fxray-function-groups=3"6// GROUP0-NOT: "-fxray-selected-function-group=7// GROUP1: "-fxray-function-groups=3" "-fxray-selected-function-group=1"8