From 7813b5b9e28ca437b3eefc21f42a83109cfdf3b3 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Thu, 22 Oct 2009 04:15:24 +0000 Subject: [PATCH] Forgot a declaration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84828 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CompilerDriver/Common.td | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/CompilerDriver/Common.td b/include/llvm/CompilerDriver/Common.td index bffab59f3ac..79edb0260a3 100644 --- a/include/llvm/CompilerDriver/Common.td +++ b/include/llvm/CompilerDriver/Common.td @@ -70,6 +70,7 @@ def single_input_file; def multiple_input_files; def any_switch_on; def any_not_empty; +def any_empty; // Possible actions.