[all-commits] [llvm/llvm-project] 5cff68: [Module] Respect `-fno-pch-timestamps` when buildi...

Steven Wu via All-commits all-commits at lists.llvm.org
Wed Feb 1 10:34:53 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5cff68fca0bc21ccad20cc7c8fb9845e32b4c925
      https://github.com/llvm/llvm-project/commit/5cff68fca0bc21ccad20cc7c8fb9845e32b4c925
  Author: Steven Wu <stevenwu at apple.com>
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
    M clang/lib/Frontend/FrontendActions.cpp
    A clang/test/Modules/timestamps.c

  Log Message:
  -----------
  [Module] Respect `-fno-pch-timestamps` when building modules

Always respect the FrontendOption to not include timestamps in PCH or
Modules when `-fno-pch-timestamps` is specified.

Reviewed By: benlangmuir

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




More information about the All-commits mailing list