Fixing clang-test on FreeBSD as a follow-up of https://reviews.llvm.org/D43378 to handle the revert happened in r325749.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 16511 Build 16511: arc lint + arc unit
Event Timeline
test/Driver/XRay/xray-instrument-os.c | ||
---|---|---|
2 | What output do you get when you use directly llvm-lit on this ? |
test/Driver/XRay/xray-instrument-os.c | ||
---|---|---|
2 | 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 |
Comment Actions
Since I do not have commit permissions hopefully @dberris will come by or kamil if he s less busy.
What output do you get when you use directly llvm-lit on this ?