llvm-6502/unittests/Option
Rui Ueyama 055f4e99ff Option parsing: support case-insensitive option matching.
Link.exe's command line options are case-insensitive. This patch
adds a new attribute to OptTable to let the option parser to compare
options, ignoring case.

Command lines are generally case-insensitive on Windows. CL.exe is an
exception. So this new attribute should be useful for other commands
running on Windows.

Differential Revision: http://llvm-reviews.chandlerc.com/D1485

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189416 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-27 23:47:01 +00:00
..
CMakeLists.txt
Makefile Add Option unit tests to the make build 2013-07-20 03:04:36 +00:00
OptionParsingTest.cpp Option parsing: support case-insensitive option matching. 2013-08-27 23:47:01 +00:00
Opts.td Options: Add new option kind that consumes remaining arguments 2013-08-13 21:09:50 +00:00