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

Chih-Ping Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 18 11:58:24 PST 2020


cchen15 added a comment.

In D93462#2463742 <https://reviews.llvm.org/D93462#2463742>, @gkm wrote:

> @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!

My apologies for the snafu.

There is a patch proposed at https://reviews.llvm.org/D93559.


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