lichray added inline comments.
================ Comment at: test/Driver/XRay/xray-instrument-os.c:2 // 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 ---------------- devnexen wrote: > What output do you get when you use directly llvm-lit on this ? Before: ``` clang -cc1 version 7.0.0 based upon LLVM 7.0.0svn default target x86_64-unknown-freebsd11.1 #include "..." search starts here: #include <...> search starts here: [...]/llvm/build/lib/clang/7.0.0/include /usr/include End of search list. -- ******************** Testing Time: 0.12s ******************** Failing Tests (1): Clang :: Driver/XRay/xray-instrument-os.c Unexpected Failures: 1 ``` After: ``` lit: [...]llvm/utils/lit/lit/llvm/config.py:334: note: using clang: [...]/llvm/build/bin/clang Testing Time: 0.11s Expected Failures : 1 ``` Repository: rC Clang https://reviews.llvm.org/D45002 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits