[all-commits] [llvm/llvm-project] 93d6fd: [Driver] Ignore the clang modules validation-relat...

Argyrios Kyrtzidis via All-commits all-commits at lists.llvm.org
Sun Jul 3 21:27:16 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 93d6fdfc232c59975d52146532693178def5ad16
      https://github.com/llvm/llvm-project/commit/93d6fdfc232c59975d52146532693178def5ad16
  Author: Argyrios Kyrtzidis <kyrtzidis at apple.com>
  Date:   2022-07-03 (Sun, 03 Jul 2022)

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

  Log Message:
  -----------
  [Driver] Ignore the clang modules validation-related flags if clang modules are not enabled

If clang modules are not enabled it becomes unnecessary to read the session timestamp file in order
to pass `-fbuild-session-timestamp` to the `cc1` invocation.

Differential Revision: https://reviews.llvm.org/D129030




More information about the All-commits mailing list