diff options
author | Hans Wennborg <hans@hanshq.net> | 2013-07-31 23:28:51 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2013-07-31 23:28:51 +0000 |
commit | a15d5db7f25b609faa1780a954451e4a07d39f37 (patch) | |
tree | 6da5ee7fd769c7cd1dc18afff5c9301ac819846e /unittests/Option | |
parent | 9dd8c0cffe7de82900823c05159bba765120f1e3 (diff) |
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
Diffstat (limited to 'unittests/Option')
-rw-r--r-- | unittests/Option/OptionParsingTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unittests/Option/OptionParsingTest.cpp b/unittests/Option/OptionParsingTest.cpp index 101568a567e..2a5a5a9c947 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, \ |