[PATCH] Rename *Options.td -> <flavor>Options.td.

Rui Ueyama ruiu at google.com
Tue Sep 3 16:42:45 PDT 2013


Before this patch, name of driver implementation is not consistent with its
option table file. Specifically, LDOptions has a different prefix than
GnuLdDriver.

This patch renames option files, so that the option files have the same prefix
as the corresponding driver files.

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

Files:
  lib/Driver/CMakeLists.txt
  lib/Driver/DarwinLdDriver.cpp
  lib/Driver/DarwinLdOptions.td
  lib/Driver/DarwinOptions.td
  lib/Driver/GnuLdDriver.cpp
  lib/Driver/GnuLdOptions.td
  lib/Driver/LDOptions.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1591.1.patch
Type: text/x-patch
Size: 8783 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130903/cc840873/attachment.bin>


More information about the llvm-commits mailing list