Rui Ueyama
3fffe1f02d
Make sure that clang-format doesn't reorder include files.
...
clang-format won't reorder include files if there is a blank line.
Thanks to Nico for the tips.
llvm-svn: 326371
2018-02-28 21:32:24 +00:00
Rui Ueyama
7440135e62
Attempt to build breakage caused by r326339.
...
clang-format automatically sorted the #include lines, but I believe
Windows.h needs to be included before Dbghelp.h.
llvm-svn: 326360
2018-02-28 20:11:33 +00:00
Rui Ueyama
ee17371897
Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.
...
This should resolve the issue that lld build fails in some hosts
that uses case-insensitive file system.
Differential Revision: https://reviews.llvm.org/D43788
llvm-svn: 326339
2018-02-28 17:38:19 +00:00
Rui Ueyama
53fe469162
Factor out common code to Common/Strings.cpp.
...
Differential Revision: https://reviews.llvm.org/D40530
llvm-svn: 319138
2017-11-28 02:15:26 +00:00