[llvm-commits] [llvm] r84828 - /llvm/trunk/include/llvm/CompilerDriver/Common.td
Mikhail Glushenkov
foldr at codedgers.com
Wed Oct 21 21:15:24 PDT 2009
Author: foldr
Date: Wed Oct 21 23:15:24 2009
New Revision: 84828
URL: http://llvm.org/viewvc/llvm-project?rev=84828&view=rev
Log:
Forgot a declaration.
Modified:
llvm/trunk/include/llvm/CompilerDriver/Common.td
Modified: llvm/trunk/include/llvm/CompilerDriver/Common.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CompilerDriver/Common.td?rev=84828&r1=84827&r2=84828&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CompilerDriver/Common.td (original)
+++ llvm/trunk/include/llvm/CompilerDriver/Common.td Wed Oct 21 23:15:24 2009
@@ -70,6 +70,7 @@
def multiple_input_files;
def any_switch_on;
def any_not_empty;
+def any_empty;
// Possible actions.
More information about the llvm-commits
mailing list