[PATCH] D93462: [DebugInfo] Support Fortran 'use <external module>' statement.

Greg McGary via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 18 11:53:15 PST 2020


gkm added a comment.

@cchen15 @SouraVX @aprantl

This diff breaks git source trees on case-insensitive filesystems, such as on macOS.
I did this on Linux, which is case-sensitive:

  $ find . |fgrep -i llvm/test/DebugInfo/X86/DIModule.ll
  ./llvm/test/DebugInfo/X86/DIModule.ll
  ./llvm/test/DebugInfo/X86/dimodule.ll

On a case-insensitive filesystem, these names collide and one overwrites the other, yeilding a tree with irreconcilable conflicts.

Please fix ASAP! Thanx!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93462



More information about the llvm-commits mailing list