mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 19:35:54 +00:00
Remove dead option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104303 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c0c5a26dea
commit
596490682a
@ -75,9 +75,6 @@ FileType("filetype", cl::init(OFT_AssemblyFile),
|
|||||||
"Emit a native object ('.o') file"),
|
"Emit a native object ('.o') file"),
|
||||||
clEnumValEnd));
|
clEnumValEnd));
|
||||||
|
|
||||||
static cl::opt<bool>
|
|
||||||
Force("f", cl::desc("Enable binary output on terminals"));
|
|
||||||
|
|
||||||
static cl::list<std::string>
|
static cl::list<std::string>
|
||||||
IncludeDirs("I", cl::desc("Directory of include files"),
|
IncludeDirs("I", cl::desc("Directory of include files"),
|
||||||
cl::value_desc("directory"), cl::Prefix);
|
cl::value_desc("directory"), cl::Prefix);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user