ELF: Rename NoInhibitExec -> NoinhibitExec.
authorRui Ueyama <ruiu@google.com>
Tue, 8 Mar 2016 04:06:29 +0000 (04:06 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 8 Mar 2016 04:06:29 +0000 (04:06 +0000)
commit3f9f09265b59904a9819c4f7830941ff5918b736
tree6a3f48e19e570cbac762a03ed15454db6e94e449
parentb9883d55d8af0c0c7ccc8f7e1f3ee11894b70e93
ELF: Rename NoInhibitExec -> NoinhibitExec.

The variables corresponding to command line options are named mechanically.
Because the option for the variable is -noinhibit-exec and not -no-inhibit-exec,
it should be name this way.

llvm-svn: 262911
lld/ELF/Config.h
lld/ELF/Driver.cpp
lld/ELF/Writer.cpp