[sil-tooling] Rename sil-sort-output => emit-sorted-sil.

This standardizes on the name used for the same option in swiftc.
This commit is contained in:
Michael Gottesman
2016-12-08 18:21:37 -08:00
parent 0bfda96ace
commit 8972b43abb
5 changed files with 10 additions and 4 deletions

View File

@@ -90,6 +90,12 @@ static llvm::cl::opt<std::string>
static llvm::cl::opt<std::string> Triple("target",
llvm::cl::desc("target triple"));
static llvm::cl::opt<bool>
EnableSILSortOutput("emit-sorted-sil", llvm::cl::Hidden,
llvm::cl::init(false),
llvm::cl::desc("Sort Functions, VTables, Globals, "
"WitnessTables by name to ease diffing."));
static llvm::cl::opt<bool> AssumeUnqualifiedOwnershipWhenParsing(
"assume-parsing-unqualified-ownership-sil", llvm::cl::Hidden,
llvm::cl::init(false),