[all-commits] [llvm/llvm-project] 18ee89: [Dexter] Remove the Windows dependency on lld from...
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Thu Dec 16 05:47:54 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 18ee898cfad21d6879bfd631ca39522ab5692413
https://github.com/llvm/llvm-project/commit/18ee898cfad21d6879bfd631ca39522ab5692413
Author: OCHyams <orlando.hyams at sony.com>
Date: 2021-12-16 (Thu, 16 Dec 2021)
Changed paths:
M cross-project-tests/CMakeLists.txt
M cross-project-tests/lit.cfg.py
Log Message:
-----------
[Dexter] Remove the Windows dependency on lld from CMake
Currently, lld is marked as a dependency on Windows in
cross-project-tests/CMakeLists.txt which means CMake will fail if lld isn't
enabled. The idea of the cross-project-tests is that tests that don't have
their dependencies met should just be unsupported.
Remove the depenency from the CMake step and check whether Dexter's
platform-specific dependencies have been met in
cross-project-tests/lit.cfg.py. If the dependencies are met then add 'dexter'
to the available_features, otherwise don't and the dexter tests will be
"UNSUPPORTED".
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D115872
More information about the All-commits
mailing list