diff options
author | Zhihao Yuan <zy@miator.net> | 2018-03-29 15:50:44 +0000 |
---|---|---|
committer | Zhihao Yuan <zy@miator.net> | 2018-03-29 15:50:44 +0000 |
commit | 0132baad7e0e2054a43469b00635f23801cba68b (patch) | |
tree | 9ccdb0d697abed4023e32c95ad89a699ca870ae7 | |
parent | ea0f841c3b4063ec5e8edc2d5976a9f803efec6c (diff) | |
download | bcm5719-llvm-0132baad7e0e2054a43469b00635f23801cba68b.tar.gz bcm5719-llvm-0132baad7e0e2054a43469b00635f23801cba68b.zip |
[test] Fix an XRay test on FreeBSD
Summary: Fixing clang-test on FreeBSD as a follow-up of https://reviews.llvm.org/D43378 to handle the revert happened in r325749.
Reviewers: devnexen, krytarowski, dberris
Subscribers: emaste, dberris, cfe-commits
Differential Revision: https://reviews.llvm.org/D45002
llvm-svn: 328797
-rw-r--r-- | clang/test/Driver/XRay/xray-instrument-os.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/XRay/xray-instrument-os.c b/clang/test/Driver/XRay/xray-instrument-os.c index 86b109b6dbf..7e221365d61 100644 --- a/clang/test/Driver/XRay/xray-instrument-os.c +++ b/clang/test/Driver/XRay/xray-instrument-os.c @@ -1,4 +1,4 @@ // RUN: not %clang -o /dev/null -v -fxray-instrument -c %s -// XFAIL: -linux- +// XFAIL: -linux-, -freebsd // REQUIRES-ANY: amd64, x86_64, x86_64h, arm, aarch64, arm64 typedef int a; |