mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 07:16:07 +00:00

This allows tests to detect whether to run or not, dependent on which LLD version is required for the test. Reviewed by: thopre Differential Revision: https://reviews.llvm.org/D101997
7 lines
176 B
Python
7 lines
176 B
Python
## Show that each of the LLD variants detected by use_lld comes with its own
|
|
## feature.
|
|
|
|
# RUN: %{lit} %{inputs}/lld-features 2>&1 | FileCheck %s -DDIR=%p
|
|
|
|
# CHECK: Passed: 4
|