[all-commits] [llvm/llvm-project] 146ae4: Revert "[driver] Additional ignoring of module-map...

Richard Smith via All-commits all-commits at lists.llvm.org
Tue Aug 30 18:32:28 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 146ae4138a081a9a10e4901bbec61b629331da8a
      https://github.com/llvm/llvm-project/commit/146ae4138a081a9a10e4901bbec61b629331da8a
  Author: Richard Smith <richard at metafoo.co.uk>
  Date:   2022-08-30 (Tue, 30 Aug 2022)

  Changed paths:
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/test/Driver/modules.m

  Log Message:
  -----------
  Revert "[driver] Additional ignoring of module-map related flags, if modules are disabled"

This reverts commit 33162a81d4c93a53ef847d3601b0b03830937d3c.

This change breaks the usage of module maps with modules disabled, such
as for layering checking via `-fmodules-decluse`.

Regression test added.




More information about the All-commits mailing list