1 // RUN: %clang -v -o /dev/null -fxray-instrument -fnoxray-link-deps %s -### \ 2 // RUN: 2>&1 | FileCheck --check-prefix DISABLE %s 3 // RUN: %clang -v -o /dev/null -fxray-instrument -fxray-link-deps %s -### \ 4 // RUN: 2>&1 | FileCheck --check-prefix ENABLE %s 5 // ENABLE: clang_rt.xray 6 // DISABLE-NOT: clang_rt.xray 7 // REQUIRES: linux || freebsd 8 // REQUIRES: amd64 || x86_64 || x86_64h || arm || aarch64 || arm64 9