]> granicus.if.org Git - clang/commit
Driver: Don't leak the -Xarch argument when its use is incorrect.
authorNico Weber <nicolasweber@gmx.de>
Sun, 11 May 2014 17:27:13 +0000 (17:27 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sun, 11 May 2014 17:27:13 +0000 (17:27 +0000)
commit7d0886e36696324b4e737dc74a058acda7bffd44
treef18f029859c37d195d6dae41be0b985e9a5e8a2b
parent58ef309a46026129d186c6e637cf56be2f5e439a
Driver: Don't leak the -Xarch argument when its use is incorrect.

(LLVM's lib/Option looks like it might appreciate being hit with the
std::unique_ptr stick.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208505 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains.cpp