forked from OSchip/llvm-project
[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:
parent
6c8fc28892
commit
937244b4f2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue