You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
415 B
9 lines
415 B
4 months ago
|
// 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: linux || freebsd
|
||
|
// REQUIRES: amd64 || x86_64 || x86_64h || arm || aarch64 || arm64
|