bolt/deps/llvm-18.1.8/clang/test/Driver/xray-function-index.cpp
2025-02-14 19:21:04 +01:00

5 lines
313 B
C++

// RUN: %clang -### -c --target=x86_64 -fxray-instrument %s 2>&1 | FileCheck %s
// RUN: %clang -### -c --target=x86_64 -fxray-instrument -fxray-function-index -fno-xray-function-index %s 2>&1 | FileCheck %s --check-prefix=DISABLED
// CHECK-NOT: "-fxray-function-index"
// DISABLED: "-fno-xray-function-index"