COFF: Handle LINK environment variable.
authorRui Ueyama <ruiu@google.com>
Sun, 28 Jun 2015 02:35:31 +0000 (02:35 +0000)
committerRui Ueyama <ruiu@google.com>
Sun, 28 Jun 2015 02:35:31 +0000 (02:35 +0000)
commit06cf3df2d5920de3b006058490a73e2731b034be
tree513a07a274e2d6c7d3c8b3dac9e0c66edaf0920a
parentb0a360bf153d7c7dcbd572cf939a2cdbed621949
COFF: Handle LINK environment variable.

If LINK is defined and not empty, it's supposed to contain
command line options.

llvm-svn: 240900
lld/COFF/Driver.cpp
lld/COFF/Driver.h
lld/COFF/DriverUtils.cpp
lld/test/COFF/linkenv.test [new file with mode: 0644]