mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-11 20:27:19 +00:00
Modularize.cpp: Prune CRLFs.
llvm-svn: 228992
This commit is contained in:
parent
43361ae42d
commit
c8930de79e
@ -178,10 +178,10 @@ using namespace llvm::opt;
|
||||
using namespace Modularize;
|
||||
|
||||
// Option to specify a file name for a list of header files to check.
|
||||
cl::list<std::string>
|
||||
ListFileNames(cl::Positional, cl::value_desc("list"),
|
||||
cl::desc("<list of one or more header list files>"),
|
||||
cl::CommaSeparated);
|
||||
cl::list<std::string>
|
||||
ListFileNames(cl::Positional, cl::value_desc("list"),
|
||||
cl::desc("<list of one or more header list files>"),
|
||||
cl::CommaSeparated);
|
||||
|
||||
// Collect all other arguments, which will be passed to the front end.
|
||||
cl::list<std::string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user