blob: 6cc8d47c638c6a0b59c659f523e5541aaa62db44 (
plain)
1
2
3
4
5
|
// 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"
|