[PATCH] D43730: [ELF/COFF] Rename Strings.h to support case-insensative file systems

Hagai Cohen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 24 01:46:22 PST 2018


DxCx created this revision.
Herald added subscribers: llvm-commits, arichardson, javed.absar, mgorny, emaste.

Hey,

I'm trying to compile lld which it's sources are on shared storage network,
unfortunately this shared resource is case-insensitive,
Then in code, there is #include <strings.h> which actually resolves into local Strings.h file.

So, this patch, will rename Strings.h to ELF/COFFString.h so the tree will be compatible with case-insensitive file system. after that resolving works just fine and lld is compiled and usable.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D43730

Files:
  COFF/CMakeLists.txt
  COFF/COFFStrings.cpp
  COFF/COFFStrings.h
  COFF/Strings.cpp
  COFF/Strings.h
  COFF/Symbols.cpp
  ELF/AArch64ErrataFix.cpp
  ELF/CMakeLists.txt
  ELF/Driver.cpp
  ELF/ELFStrings.cpp
  ELF/ELFStrings.h
  ELF/EhFrame.cpp
  ELF/LinkerScript.cpp
  ELF/LinkerScript.h
  ELF/MapFile.cpp
  ELF/MarkLive.cpp
  ELF/OutputSections.cpp
  ELF/Relocations.cpp
  ELF/Strings.cpp
  ELF/Strings.h
  ELF/SymbolTable.h
  ELF/Symbols.h
  ELF/SyntheticSections.cpp
  ELF/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43730.135788.patch
Type: text/x-patch
Size: 17581 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180224/f9c5bbea/attachment.bin>


More information about the llvm-commits mailing list