clang will hopefully never support ratfor.

llvm-svn: 64870
This commit is contained in:
Chris Lattner 2009-02-18 01:17:01 +00:00
parent a1580a603a
commit 5df3d46a9b
1 changed files with 1 additions and 4 deletions

View File

@ -17,7 +17,7 @@
//
// TODO: Options to support:
//
// -ffatal-errors
// -Wfatal-errors
// -ftabstop=width
//
//===----------------------------------------------------------------------===//
@ -249,9 +249,6 @@ enum LangKind {
langkind_objcxx_pch
};
/* TODO: GCC also accepts:
assembler, ada, f77*, ratfor (!), f95, java, treelang
*/
static llvm::cl::opt<LangKind>
BaseLang("x", llvm::cl::desc("Base language to compile"),
llvm::cl::init(langkind_unspecified),