[BOLT] Allow to specify -reorder-functions option multiple times

Summary: Need to be able to override the option.

(cherry picked from FBD22583585)
This commit is contained in:
Maksim Panchenko 2020-07-17 10:08:51 -07:00
parent 6c8fc28892
commit 937244b4f2
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ ReorderFunctions("reorder-functions",
clEnumValN(bolt::ReorderFunctions::RT_USER,
"user",
"use function order specified by -function-order")),
cl::ZeroOrMore,
cl::cat(BoltOptCategory));
static cl::opt<bool>