forked from OSchip/llvm-project
[BOLT] Allow to overwrite -use-old-text option
(cherry picked from FBD22169409)
This commit is contained in:
parent
12b7987d4f
commit
ae296ea665
|
@ -339,6 +339,7 @@ UseGnuStack("use-gnu-stack",
|
|||
cl::opt<bool>
|
||||
UseOldText("use-old-text",
|
||||
cl::desc("re-use space in old .text if possible (relocation mode)"),
|
||||
cl::ZeroOrMore,
|
||||
cl::cat(BoltCategory));
|
||||
|
||||
// The default verbosity level (0) is pretty terse, level 1 is fairly
|
||||
|
|
Loading…
Reference in New Issue