Dean Michael Berris | 248148d | 2018-04-06 05:28:54 +0000 | [diff] [blame] | 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 |
Dean Michael Berris | 9f4247d | 2018-04-06 06:09:57 +0000 | [diff] [blame] | 7 | // REQUIRES-ANY: linux, freebsd |
| 8 | // REQUIRES-ANY: amd64, x86_64, x86_64h, arm, aarch64, arm64 |