OSDN Git Service

Add opposite_of and inverse_opt to support -fno- style options. This
authorMike Stump <mrs@apple.com>
Fri, 30 Jan 2009 08:19:46 +0000 (08:19 +0000)
committerMike Stump <mrs@apple.com>
Fri, 30 Jan 2009 08:19:46 +0000 (08:19 +0000)
commitd6f175b3ec8d40e33ab8110020ca8feb98295834
tree3091e0cccbf5a365cc770b720e74744a610d3c7f
parente0ffc92508a50ede2dd6f15140e7185cb6e0bcb5
Add opposite_of and inverse_opt to support -fno- style options.  This
is necessary for eventual gcc commmand line compatibility.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63384 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/CommandLine.h
lib/Support/CommandLine.cpp