mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Update for clang r283671: remove use of clEnumValEnd.
This commit is contained in:
@@ -54,8 +54,7 @@ Action(llvm::cl::desc("Mode:"),
|
||||
"Dump the field reflection section"),
|
||||
clEnumValN(ActionType::DumpTypeLowering,
|
||||
"dump-type-lowering",
|
||||
"Dump the field layout for typeref strings read from stdin"),
|
||||
clEnumValEnd),
|
||||
"Dump the field layout for typeref strings read from stdin")),
|
||||
llvm::cl::init(ActionType::DumpReflectionSections));
|
||||
|
||||
static llvm::cl::list<std::string>
|
||||
|
||||
Reference in New Issue
Block a user