[PATCH] D35333: Create empty shell of llvm-mt.
Eric Beckmann via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 14 14:09:08 PDT 2017
ecbeckmann added a comment.
In https://reviews.llvm.org/D35333#810069, @ruiu wrote:
> Looks like this is still the same as the old version. Can you upload again?
It's different. Perhaps it looks the same because you are looking at the option IDs which I left capitalized, which is actually the convention. However the actual option text that is matched and displayed in the helptext was moved to lower case. All the other changes you mentioned were also performed.
https://reviews.llvm.org/D35333
More information about the llvm-commits
mailing list