[all-commits] [llvm/llvm-project] fe587c: [NFC][ADT] Add unit tests for StableHashing (#194286)

Vitaly Buka via All-commits all-commits at lists.llvm.org
Mon Apr 27 11:24:32 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fe587c5ad92b94c18da2d22d4ce911cd7f614202
      https://github.com/llvm/llvm-project/commit/fe587c5ad92b94c18da2d22d4ce911cd7f614202
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2026-04-27 (Mon, 27 Apr 2026)

  Changed paths:
    M llvm/unittests/ADT/CMakeLists.txt
    A llvm/unittests/ADT/StableHashingTest.cpp

  Log Message:
  -----------
  [NFC][ADT] Add unit tests for StableHashing (#194286)

>From #105849 the documentation promises that stable hash is stable
across different machines.
To ensure this, we add a test with hardcoded values to prevent
unintentional changes.

Unfortunately, Big/Little endian results are different. We will fix this
in a follow-up patches.



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