[all-commits] [llvm/llvm-project] d4abde: [ORC-RT] Rename macho_tlv.x86-64.s to macho_tlv.x8...
lhames via All-commits
all-commits at lists.llvm.org
Tue Jul 20 22:27:51 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d4abdefc998a1ee19d5edc79ec233774cbf64f6a
https://github.com/llvm/llvm-project/commit/d4abdefc998a1ee19d5edc79ec233774cbf64f6a
Author: Lang Hames <lhames at gmail.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M compiler-rt/lib/orc/CMakeLists.txt
A compiler-rt/lib/orc/macho_tlv.x86-64.S
R compiler-rt/lib/orc/macho_tlv.x86-64.s
Log Message:
-----------
[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)
More information about the All-commits
mailing list