llvm-project/clang/test/Driver/XRay
Alex Lorenz 3737c0239a [driver][xray] fix the macOS support checker by supporting -macos
triple in addition to -darwin

The previous check incorrectly checked for macOS support by
allowing -darwin triples only, and -macos triple was not supported.

Differential Revision: https://reviews.llvm.org/D61758

llvm-svn: 370093
2019-08-27 18:26:36 +00:00
..
lit.local.cfg [Xray] Darwin - Enable in the driver side 2018-08-27 05:16:09 +00:00
xray-instrument-cpu.c
xray-instrument-macos.c [driver][xray] fix the macOS support checker by supporting -macos 2019-08-27 18:26:36 +00:00
xray-instrument-os.c NFC, make XFAIL work on macOS correctly for test/Driver/XRay/xray-instrument-os.c 2019-05-09 20:35:41 +00:00
xray-instrumentation-bundles-flags.cpp [XRay][clang] Propagate -fxray-instrumentation-bundle to -cc1 2018-09-21 08:32:49 +00:00
xray-mode-flags.cpp [XRay][clang] Add more test cases of -fxray-modes= (NFC) 2018-08-14 09:16:37 +00:00
xray-nolinkdeps.cpp [XRay][clang] Only run driver test for Linux and FreeBSD 2018-04-06 06:09:57 +00:00
xray-shared-noxray.cpp