forked from OSchip/llvm-project
parent
11fc6f8765
commit
6af064641f
|
@ -123,7 +123,7 @@ ProgAction(llvm::cl::desc("Choose output type:"), llvm::cl::ZeroOrMore,
|
|||
clEnumValN(CheckerCFRef, "check-cfref",
|
||||
"Run the Core Foundation reference count checker."),
|
||||
clEnumValN(TestSerialization, "test-pickling",
|
||||
"Run prototype serializtion code."),
|
||||
"Run prototype serialization code."),
|
||||
clEnumValN(EmitLLVM, "emit-llvm",
|
||||
"Build ASTs then convert to LLVM, emit .ll file"),
|
||||
clEnumValN(EmitBC, "emit-llvm-bc",
|
||||
|
|
Loading…
Reference in New Issue