From a15d5db7f25b609faa1780a954451e4a07d39f37 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Wed, 31 Jul 2013 23:28:51 +0000 Subject: Option parsing: remove non-SUPPORT_ALIASARGS fall-back The clients of this code have been updated to all support AliasArgs. This depends on Clang r187538 and lld r187541. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187546 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Option/OptionParsingTest.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'unittests/Option') diff --git a/unittests/Option/OptionParsingTest.cpp b/unittests/Option/OptionParsingTest.cpp index 101568a..2a5a5a9 100644 --- a/unittests/Option/OptionParsingTest.cpp +++ b/unittests/Option/OptionParsingTest.cpp @@ -17,8 +17,6 @@ using namespace llvm; using namespace llvm::opt; -#define SUPPORT_ALIASARGS // FIXME: Remove when no longer necessary. - enum ID { OPT_INVALID = 0, // This is not an option ID. #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ -- cgit v1.1