[all-commits] [llvm/llvm-project] 52bc1c: [dexter] Force dexter tests to use the host triple
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Wed Feb 24 03:17:33 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52bc1c1bd5397ef6ff37214a0186a47aa3348b72
https://github.com/llvm/llvm-project/commit/52bc1c1bd5397ef6ff37214a0186a47aa3348b72
Author: OCHyams <orlando.hyams at sony.com>
Date: 2021-02-24 (Wed, 24 Feb 2021)
Changed paths:
A debuginfo-tests/dexter-tests/lit.local.cfg
M debuginfo-tests/dexter/feature_tests/lit.local.cfg
M debuginfo-tests/lit.cfg.py
M debuginfo-tests/lit.site.cfg.py.in
Log Message:
-----------
[dexter] Force dexter tests to use the host triple
If the default target and host triple don't match then print the following
message when the lit test runs:
Forcing dexter tests to use host triple {HOST_TRIPLE}.
If we can't target the host arch then, when lit runs, we mark
the dexter test directories as UNSUPPORTED and print the message:
Host triple {HOST_TRIPLE} not supported. Skipping dexter tests in
the debuginfo-tests project.
Reviewed By: rnk
Differential Revision: https://reviews.llvm.org/D96494
More information about the All-commits
mailing list