summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/XRay/xray-nolinkdeps.cpp
blob: 5a79e362e356103c95b65df68f63615a3f71c9d2 (plain)
1
2
3
4
5
6
7
8
// RUN: %clang -v -o /dev/null -fxray-instrument -fnoxray-link-deps %s -### \
// RUN:     2>&1 | FileCheck --check-prefix DISABLE %s
// RUN: %clang -v -o /dev/null -fxray-instrument -fxray-link-deps %s -### \
// RUN:     2>&1 | FileCheck --check-prefix ENABLE %s
// ENABLE: clang_rt.xray
// DISABLE-NOT: clang_rt.xray
// REQUIRES-ANY: linux, freebsd
// REQUIRES-ANY: amd64, x86_64, x86_64h, arm, aarch64, arm64
OpenPOWER on IntegriCloud