brintos

brintos / llvm-project-archived public Read only

0
0
Text · 342 B · 0139277 Raw
7 lines · cpp
1// This test ensures that when we invoke the clang compiler, that the -cc12// options include the -fxray-instrumentation-bundle= flag we provide in the3// invocation.4//5// RUN: %clang -### -c --target=aarch64 -fxray-instrument -fxray-instrumentation-bundle=function %s 2>&1 | FileCheck %s6// CHECK:  "-fxray-instrumentation-bundle=function"7