[all-commits] [llvm/llvm-project] 175f8a: [clang] Attempt to fix "test/Modules/fmodules-vali...

Jan Svoboda via All-commits all-commits at lists.llvm.org
Mon May 19 12:11:35 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 175f8a444b296ba956505a5760805f05a175111b
      https://github.com/llvm/llvm-project/commit/175f8a444b296ba956505a5760805f05a175111b
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2025-05-19 (Mon, 19 May 2025)

  Changed paths:
    M clang/test/Modules/fmodules-validate-once-per-build-session.c

  Log Message:
  -----------
  [clang] Attempt to fix "test/Modules/fmodules-validate-once-per-build-session.c"

This test started failing after 7a242387: https://lab.llvm.org/buildbot/#/builders/154/builds/16276. There seem to be two bugs:
* The `-fno-modules-force-validate-user-headers` flag was passed on the wrong line.
* Changing source files was being done without an explicit `sleep`, meaning there was a possibility of the files maintaining their old modification time and not triggering the expected rebuilds.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list