mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Gardening] Made FSOEnableGenerics option static.
The command-line option for sil-fso-enable-generics was previously visible outside the FunctionSignatureOpts translation unit. It is not any longer.
This commit is contained in:
@@ -65,7 +65,7 @@ using ArgumentIndexMap = llvm::SmallDenseMap<int, int>;
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
/// Set to true to enable the support for partial specialization.
|
||||
llvm::cl::opt<bool>
|
||||
static llvm::cl::opt<bool>
|
||||
FSOEnableGenerics("sil-fso-enable-generics", llvm::cl::init(true),
|
||||
llvm::cl::desc("Support function signature optimization "
|
||||
"of generic functions"));
|
||||
|
||||
Reference in New Issue
Block a user