COFF: Unknown options in .drectve section is an error.
authorRui Ueyama <ruiu@google.com>
Thu, 18 Jun 2015 21:50:38 +0000 (21:50 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 18 Jun 2015 21:50:38 +0000 (21:50 +0000)
commit562daa81485e8f5b733215d03294aa209f1f1094
tree490a31a10c25345acb3194eaf247032a2138c897
parent91ffe0a5701d310433abf3865651ae122932e8c8
COFF: Unknown options in .drectve section is an error.

We skip unknown options in the command line with a warning message
being printed out, but we shouldn't do that for .drectve section.
The section is not visible to the user. We should handle unknown
options as an error.

llvm-svn: 240067
lld/COFF/Driver.cpp
lld/test/COFF/baserel.test