1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-19 08:57:39 +03:00

Rename files

This commit is contained in:
Rui Ueyama 2023-03-13 16:23:36 +08:00
parent 67eb3069b3
commit 294a467116
2 changed files with 2 additions and 2 deletions

View File

@ -290,13 +290,13 @@ list(APPEND MOLD_ELF_TARGETS
list(APPEND MOLD_ELF_TEMPLATE_FILES
elf/cmdline.cc
elf/dwarf.cc
elf/elf-main.cc
elf/gc-sections.cc
elf/icf.cc
elf/input-files.cc
elf/input-sections.cc
elf/linker-script.cc
elf/lto.cc
elf/main.cc
elf/mapfile.cc
elf/output-chunks.cc
elf/passes.cc
@ -314,7 +314,7 @@ list(APPEND MOLD_MACHO_TEMPLATE_FILES
macho/input-files.cc
macho/input-sections.cc
macho/lto.cc
macho/macho-main.cc
macho/main.cc
macho/mapfile.cc
macho/output-chunks.cc
macho/tapi.cc