mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-27 13:42:24 +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"),
|
||||
clEnumValEnd));
|
||||
|
||||
static cl::opt<bool>
|
||||
Force("f", cl::desc("Enable binary output on terminals"));
|
||||
|
||||
static cl::list<std::string>
|
||||
IncludeDirs("I", cl::desc("Directory of include files"),
|
||||
cl::value_desc("directory"), cl::Prefix);
|
||||
|
Loading…
x
Reference in New Issue
Block a user