bolt/deps/llvm-18.1.8/clang/test/Driver/XRay/xray-instrumentation-bundles-flags.cpp

7 lines
342 B
C++
Raw Normal View History

2025-02-14 19:21:04 +01:00
// This test ensures that when we invoke the clang compiler, that the -cc1
// options include the -fxray-instrumentation-bundle= flag we provide in the
// invocation.
//
// RUN: %clang -### -c --target=aarch64 -fxray-instrument -fxray-instrumentation-bundle=function %s 2>&1 | FileCheck %s
// CHECK: "-fxray-instrumentation-bundle=function"