From ebf8fbbb8fdfa66198158fbcf62cee0c3012e8b7 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Tue, 23 Feb 2010 09:04:28 +0000 Subject: New experimental/undocumented feature: 'works_on_empty'. For now, just enough support to make -filelist work. llvm-svn: 96918 --- llvm/lib/CompilerDriver/Main.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'llvm/lib/CompilerDriver/Main.cpp') diff --git a/llvm/lib/CompilerDriver/Main.cpp b/llvm/lib/CompilerDriver/Main.cpp index 3a3487a0a9c..96877077cc8 100644 --- a/llvm/lib/CompilerDriver/Main.cpp +++ b/llvm/lib/CompilerDriver/Main.cpp @@ -126,10 +126,6 @@ int Main(int argc, char** argv) { return 0; } - if (InputFilenames.empty()) { - throw std::runtime_error("no input files"); - } - if (Time) { GlobalTimeLog = new std::stringstream; GlobalTimeLog->precision(2); -- cgit v1.2.3