Driver: Fix an incorrect use of llvm::None
authorJustin Bogner <mail@justinbogner.com>
Fri, 20 Feb 2015 08:19:43 +0000 (08:19 +0000)
committerJustin Bogner <mail@justinbogner.com>
Fri, 20 Feb 2015 08:19:43 +0000 (08:19 +0000)
commitde525e76d718df589c2a769d08bf4ddd87b94dcf
tree856ef72414339d7c7b0359ad0c06dabab1436649
parentad1ef04ab160848f6e204ad03e35a8a22367befc
Driver: Fix an incorrect use of llvm::None

This function returns a bool, so llvm::None doesn't make sense here.

llvm-svn: 229997
lld/lib/Driver/WinLinkDriver.cpp