Commit 50066a3e by Nicolas Caramelli

Subzero: inconsistency in registered threads option for the CommandLine with external LLVM

Bug: b/173422055 Change-Id: I5d3bbbd7c89771c3f4a4b0900e36eea971171c0f Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/50428 Kokoro-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Reviewed-by: 's avatarAntonio Maiorano <amaiorano@google.com> Tested-by: 's avatarNicolas Caramelli <caramelli.devel@gmail.com>
parent bb96f79d
...@@ -35,7 +35,7 @@ struct dev_list_flag {}; ...@@ -35,7 +35,7 @@ struct dev_list_flag {};
X(IRFilename, std::string, release_opt_flag, cl::Positional, \ X(IRFilename, std::string, release_opt_flag, cl::Positional, \
cl::desc("IR File"), cl::init("-")) \ cl::desc("IR File"), cl::init("-")) \
\ \
X(NumTranslationThreads, uint32_t, release_opt_flag, "threads", \ X(NumTranslationThreads, uint32_t, release_opt_flag, "num_threads", \
cl::desc("Number of translation threads (0 for purely sequential)"), \ cl::desc("Number of translation threads (0 for purely sequential)"), \
cl::init(2)) \ cl::init(2)) \
\ \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment