Skip to content

Commit

Permalink
[ELF] Ignore -no-call-graph-profile-sort
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Dec 12, 2021
1 parent 733bb63 commit 100ed91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elf/cmdline.cc
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,7 @@ void parse_nonpositional_args(Context<E> &ctx,
} else if (read_flag(args, "allow-shlib-undefined")) {
} else if (read_flag(args, "no-allow-shlib-undefined")) {
} else if (read_flag(args, "no-add-needed")) {
} else if (read_flag(args, "no-call-graph-profile-sort")) {
} else if (read_flag(args, "no-copy-dt-needed-entries")) {
} else if (read_flag(args, "no-undefined-version")) {
} else if (read_arg(ctx, args, arg, "sort-section")) {
Expand Down

0 comments on commit 100ed91

Please sign in to comment.