Revert r111007.

Apparently, this is now fixed in Clang.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111032 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Mikhail Glushenkov
2010-08-13 20:08:53 +00:00
parent ef0bedaba7
commit cb5d3ef882
2 changed files with 5 additions and 19 deletions
+3 -3
View File
@@ -146,6 +146,9 @@ namespace {
OutputFilename("o", cl::desc("Output filename"), cl::value_desc("filename"),
cl::init("-"));
cl::opt<std::string>
InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-"));
cl::list<std::string>
IncludeDirs("I", cl::desc("Directory of include files"),
cl::value_desc("directory"), cl::Prefix);
@@ -158,9 +161,6 @@ namespace {
// FIXME: Eliminate globals from tblgen.
cl::opt<std::string>
InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-"));
RecordKeeper llvm::Records;
static SourceMgr SrcMgr;