[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Driver / xray-function-index.cpp
blob6cc8d47c638c6a0b59c659f523e5541aaa62db44
1 // RUN: %clang -### -c --target=x86_64 -fxray-instrument %s 2>&1 | FileCheck %s
2 // RUN: %clang -### -c --target=x86_64 -fxray-instrument -fxray-function-index -fno-xray-function-index %s 2>&1 | FileCheck %s --check-prefix=DISABLED
4 // CHECK-NOT: "-fxray-function-index"
5 // DISABLED: "-fno-xray-function-index"