[PATCH] remove deprecated flavor

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Mon Jun 10 09:56:05 PDT 2013


Hi Bigcheese,

This is deprecated since r178776, we can probably remove it now.


http://llvm-reviews.chandlerc.com/D945

Files:
  lib/Driver/UniversalDriver.cpp

Index: lib/Driver/UniversalDriver.cpp
===================================================================
--- lib/Driver/UniversalDriver.cpp
+++ lib/Driver/UniversalDriver.cpp
@@ -41,7 +41,6 @@
            .Case("link", Flavor::win_link)
            .Case("darwin", Flavor::darwin_ld)
            .Case("core", Flavor::core)
-           .Case("ld", Flavor::gnu_ld) // deprecated
            .Default(Flavor::invalid);
 }
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D945.1.patch
Type: text/x-patch
Size: 423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130610/66a0d6d3/attachment.bin>


More information about the llvm-commits mailing list