diff options
author | Krzysztof Parzyszek <kparzysz@quicinc.com> | 2021-06-18 12:24:03 -0500 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@quicinc.com> | 2021-06-18 13:15:19 -0500 |
commit | ec91df8d8195b8b759a89734dba227da1eaa729f (patch) | |
tree | 66ab0a056ab4d66f54908b6296199acb7d4b7080 /libcxx/include/__algorithm | |
parent | 5c189d30e60ac044b5bb473648c5505b4acdeb08 (diff) | |
download | llvm-ec91df8d8195b8b759a89734dba227da1eaa729f.zip llvm-ec91df8d8195b8b759a89734dba227da1eaa729f.tar.gz llvm-ec91df8d8195b8b759a89734dba227da1eaa729f.tar.bz2 |
Delay initialization of OptBisect
When LLVM is used in other projects, it may happen that global cons-
tructors will execute before the call to ParseCommandLineOptions.
Since OptBisect is initialized via a constructor, and has no ability
to be updated at a later time, passing "-opt-bisect-limit" to the
parse function may have no effect.
To avoid this problem use a cl::cb (callback) to set the bisection
limit when the option is actually processed.
Differential Revision: https://reviews.llvm.org/D104551
Diffstat (limited to 'libcxx/include/__algorithm')
0 files changed, 0 insertions, 0 deletions