[ORC-RT] Rename macho_tlv.x86-64.s to macho_tlv.x86-64.S (uppercase suffix)
authorLang Hames <lhames@gmail.com>
Wed, 21 Jul 2021 05:24:24 +0000 (15:24 +1000)
committerLang Hames <lhames@gmail.com>
Wed, 21 Jul 2021 05:24:24 +0000 (15:24 +1000)
commitd4abdefc998a1ee19d5edc79ec233774cbf64f6a
treec59790b9c6e2ae99f0ffb68a23ea74bc3826c9af
parenta7733e9556b5a6334c910f88bcd037e84e17e3fc
[ORC-RT] Rename macho_tlv.x86-64.s to macho_tlv.x86-64.S (uppercase suffix)

Uppercase .S suffixes for assembly seem to be the convention in compiler-rt.

I'm hoping this will fix the build failures on ccache builders (e.g.
https://lab.llvm.org/buildbot/#/builders/109/builds/18980)
compiler-rt/lib/orc/CMakeLists.txt
compiler-rt/lib/orc/macho_tlv.x86-64.S [new file with mode: 0644]
compiler-rt/lib/orc/macho_tlv.x86-64.s [deleted file]