[all-commits] [llvm/llvm-project] 35b1cf: [Driver][Modules] Remove dependence on linking sup...

DanielMcIntosh via All-commits all-commits at lists.llvm.org
Tue May 31 07:34:10 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 35b1cfc76f08faabf3f27c0bd054acc7c854a6ca
      https://github.com/llvm/llvm-project/commit/35b1cfc76f08faabf3f27c0bd054acc7c854a6ca
  Author: Daniel McIntosh <Daniel.McIntosh at ibm.com>
  Date:   2022-05-31 (Tue, 31 May 2022)

  Changed paths:
    M clang/test/Driver/modules.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list