Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Driver / XRay / xray-instrumentation-bundles-flags.cpp
blob0139277c1e3e561cd510a543459a5b33cdad11e3
1 // This test ensures that when we invoke the clang compiler, that the -cc1
2 // options include the -fxray-instrumentation-bundle= flag we provide in the
3 // invocation.
4 //
5 // RUN: %clang -### -c --target=aarch64 -fxray-instrument -fxray-instrumentation-bundle=function %s 2>&1 | FileCheck %s
6 // CHECK: "-fxray-instrumentation-bundle=function"