diff options
| -rw-r--r-- | lld/lib/Driver/CoreDriver.cpp | 2 | ||||
| -rw-r--r-- | lld/lib/Driver/DarwinLdDriver.cpp | 2 | ||||
| -rw-r--r-- | lld/lib/Driver/GnuLdDriver.cpp | 2 | ||||
| -rw-r--r-- | lld/lib/Driver/WinLinkDriver.cpp | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/lld/lib/Driver/CoreDriver.cpp b/lld/lib/Driver/CoreDriver.cpp index 189548a0e4a..bc49f6a6209 100644 --- a/lld/lib/Driver/CoreDriver.cpp +++ b/lld/lib/Driver/CoreDriver.cpp @@ -29,8 +29,6 @@ using namespace lld; namespace { -#define SUPPORT_ALIASARGS // FIXME: Remove when no longer necessary. - // Create enum with OPT_xxx values for each option in DarwinOptions.td enum CoreOpt { OPT_INVALID = 0, diff --git a/lld/lib/Driver/DarwinLdDriver.cpp b/lld/lib/Driver/DarwinLdDriver.cpp index 65a1f94f677..d34318ab656 100644 --- a/lld/lib/Driver/DarwinLdDriver.cpp +++ b/lld/lib/Driver/DarwinLdDriver.cpp @@ -34,8 +34,6 @@ namespace { -#define SUPPORT_ALIASARGS // FIXME: Remove when no longer necessary. - // Create enum with OPT_xxx values for each option in DarwinOptions.td enum DarwinOpt { OPT_INVALID = 0, diff --git a/lld/lib/Driver/GnuLdDriver.cpp b/lld/lib/Driver/GnuLdDriver.cpp index d97501ad426..310ef413470 100644 --- a/lld/lib/Driver/GnuLdDriver.cpp +++ b/lld/lib/Driver/GnuLdDriver.cpp @@ -36,8 +36,6 @@ using namespace lld; namespace { -#define SUPPORT_ALIASARGS // FIXME: Remove when no longer necessary. - // Create enum with OPT_xxx values for each option in LDOptions.td enum LDOpt { OPT_INVALID = 0, diff --git a/lld/lib/Driver/WinLinkDriver.cpp b/lld/lib/Driver/WinLinkDriver.cpp index ed9c64545eb..31d342f2f26 100644 --- a/lld/lib/Driver/WinLinkDriver.cpp +++ b/lld/lib/Driver/WinLinkDriver.cpp @@ -30,8 +30,6 @@ namespace lld { namespace { -#define SUPPORT_ALIASARGS // FIXME: Remove when no longer necessary. - // Create enum with OPT_xxx values for each option in WinLinkOptions.td enum WinLinkOpt { OPT_INVALID = 0, |

