[Driver][Modules] Remove dependence on linking support from clang/test/Driver/modules.cpp
authorDaniel McIntosh <Daniel.McIntosh@ibm.com>
Mon, 30 May 2022 17:13:29 +0000 (13:13 -0400)
committerDaniel McIntosh <Daniel.McIntosh@ibm.com>
Tue, 31 May 2022 14:33:55 +0000 (10:33 -0400)
commit35b1cfc76f08faabf3f27c0bd054acc7c854a6ca
treeda49ac6e037364f01024e322d291803a2d5a0adc
parent9c38fc111b9e1319ffa8e4a165e40ff7c7814406
[Driver][Modules] Remove dependence on linking support from clang/test/Driver/modules.cpp

The new tests in clang/test/Driver/modules.cpp added by D120540 will fail if the
toolchain getting tested doesn't support linking. This reduces the utility of
the test since we would like a failure of this test to reflect a problem with
modules. We should already have other tests that validate linking support.

Reviewed By: ChuanqiXu

Differential Revision: https://reviews.llvm.org/D126669
clang/test/Driver/modules.cpp