[all-commits] [llvm/llvm-project] b6e113: Drop timestamp in generated source code (#146822)

Bernhard M. Wiedemann via All-commits all-commits at lists.llvm.org
Thu Jul 3 09:19:09 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b6e113a149bfa196a90a260f69f06b0070bd3670
      https://github.com/llvm/llvm-project/commit/b6e113a149bfa196a90a260f69f06b0070bd3670
  Author: Bernhard M. Wiedemann <githubbmwprimary2025 at lsmod.de>
  Date:   2025-07-03 (Thu, 03 Jul 2025)

  Changed paths:
    M openmp/runtime/tools/message-converter.py

  Log Message:
  -----------
  Drop timestamp in generated source code (#146822)

Fixes #72206

This helps reproducible builds of libomp.so -- 
probably because LLVM's LTO computed a hash of inputs to generate its
symbol names.

note: if it is desired to keep the timestamp, we could instead use
[`SOURCE_DATE_EPOCH`](https://reproducible-builds.org/docs/source-date-epoch/)
to make it deterministic.

This PR was done while working on [reproducible builds for
openSUSE](https://en.opensuse.org/openSUSE:Reproducible_Builds).



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