Skip to content

Commit

Permalink
[ELF] Add ARM64 to --help message
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Jan 5, 2022
1 parent fe14a08 commit 276b9d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elf/cmdline.cc
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ static const char helpmsg[] = R"(
-z notext
-z textoff
mold: supported targets: elf32-i386 elf64-x86-64
mold: supported emulations: elf_i386 elf_x86_64)";
mold: supported targets: elf32-i386 elf64-x86-64 elf64-littleaarch64
mold: supported emulations: elf_i386 elf_x86_64 aarch64linux aarch64elf)";

static std::vector<std::string> add_dashes(std::string name) {
// Multi-letter linker options can be preceded by either a single
Expand Down

0 comments on commit 276b9d0

Please sign in to comment.