[PATCH] D155579: [Windows] Avoid using FileIndex for unique IDs

Aaron Ballman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 12 05:18:47 PDT 2023


aaron.ballman added inline comments.


================
Comment at: llvm/docs/ReleaseNotes.rst:123-124
+  hard linked file actually are equal. This is an intentional tradeoff in a
+  bug fix, where the bug used to cause distinct files to be considered
+  equivalent on some file systems.
+
----------------
Please add a link to the issues this resolves (that helps folks connect the dots as to why the changes happened in the first place).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155579/new/

https://reviews.llvm.org/D155579



More information about the llvm-commits mailing list