blob: 5a79e362e356103c95b65df68f63615a3f71c9d2 [file] [log] [blame]
Dean Michael Berris248148d2018-04-06 05:28:54 +00001// 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
Dean Michael Berris9f4247d2018-04-06 06:09:57 +00007// REQUIRES-ANY: linux, freebsd
8// REQUIRES-ANY: amd64, x86_64, x86_64h, arm, aarch64, arm64