summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/XRay/xray-instrument-os.c
Commit message (Collapse)AuthorAgeFilesLines
* [lit] Remove lit's REQUIRES-ANY directiveThomas Preud'homme2019-12-171-1/+1
| | | | | | | | | | | | | | | | | Summary: Remove REQUIRES-ANY alias lit directive since it is hardly used and can be easily implemented using an OR expression using REQUIRES. Fixup remaining testcases still using REQUIRES-ANY. Reviewers: probinson, jdenny, gparker42 Reviewed By: gparker42 Subscribers: eugenis, asb, rbar, johnrusso, simoncook, sabuasal, niosHD, delcypher, jrtc27, zzheng, edward-jones, rogfer01, MartinMosbeck, brucehoult, the_o, PkmX, jocewei, lenary, s.egerton, pzheng, sameer.abuasal, apazos, luismarques, cfe-commits, #sanitizers, llvm-commits Tags: #llvm, #clang, #sanitizers Differential Revision: https://reviews.llvm.org/D71408
* NFC, make XFAIL work on macOS correctly for ↵Alex Lorenz2019-05-091-1/+1
| | | | | | | | | | test/Driver/XRay/xray-instrument-os.c The test 'test/Driver/XRay/xray-instrument-os.c' is supposed to XFAIL on -darwin triples. However, LLVM can be configured to be built with a -macos triple instead, which is equivalent to -darwin. This commit updates the XFAIL condition to also XFAIL with a -macos host triple. llvm-svn: 360374
* [Xray] Darwin - Enable in the driver sideDavid Carlier2018-08-271-1/+1
| | | | | | | | | | Reviewers: dberris Reviered By: dberris Differential Revision: https://reviews.llvm.org/D51269 llvm-svn: 340712
* [test] Fix an XRay test on FreeBSDZhihao Yuan2018-03-291-1/+1
| | | | | | | | | | | | 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
* Revert part of D43378 in this fileKamil Rytarowski2018-02-221-1/+1
| | | | | | It causes failure on clang-x86_64-debian-fast. llvm-svn: 325749
* FreeBSD driver / Xray flags moving pthread to compile flags.Kamil Rytarowski2018-02-221-1/+1
| | | | | | | | | | | | | | | | | | Summary: - Using -lpthread instead, with -pthread the linkage does not work. -Warning about the -fxray-instrument usage outside of the working cases. Patch by: David CARLIER Reviewers: krytarowski, vitalybuka, dberris, emaste Reviewed By: krytarowski, emaste Subscribers: srhines, emaste, cfe-commits Differential Revision: https://reviews.llvm.org/D43378 llvm-svn: 325746
* Revert "[test] Replace `REQUIRES-ANY: a, b, c` with `REQUIRES: a || b || c`."Greg Parker2017-01-241-1/+1
| | | | | | The underlying `lit` change needs to be better-coordinated with libc++. llvm-svn: 292898
* [test] Replace `REQUIRES-ANY: a, b, c` with `REQUIRES: a || b || c`.Greg Parker2017-01-241-1/+1
| | | | | | Requires the new `lit` boolean expressions in LLVM r292896. llvm-svn: 292897
* [XRay] Support AArch64 in ClangDean Michael Berris2016-11-211-1/+1
| | | | | | | | | | | | | | | | | | This patch adds XRay support in Clang for AArch64 target. This patch is one of a series: LLVM: https://reviews.llvm.org/D26412 compiler-rt: https://reviews.llvm.org/D26413 Author: rSerge Reviewers: rengolin, dberris Subscribers: aemerson, cfe-commits, iid_iunknown Differential Revision: https://reviews.llvm.org/D26415 llvm-svn: 287518
* [Xray] Don't generate output for xray testsBenjamin Kramer2016-10-271-1/+1
| | | | | | | | Patch by Sam McCall! Differential Revision: http://reviews.llvm.org/D26024 llvm-svn: 285276
* [XRay] Check in Clang whether XRay supports the target when ↵Dean Michael Berris2016-10-271-0/+4
-fxray-instrument is passed Summary: Added the code which explicitly emits an error in Clang in case `-fxray-instrument` is passed, but XRay is not supported for the selected target. Reviewers: rsmith, aaron.ballman, rnk, dberris Differential Revision: https://reviews.llvm.org/D24799 llvm-svn: 285266
OpenPOWER on IntegriCloud