]> granicus.if.org Git - clang/commit
Remove a use of OPT_m_Joined.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 24 Sep 2013 13:28:24 +0000 (13:28 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 24 Sep 2013 13:28:24 +0000 (13:28 +0000)
commitf26d8bc4406be1311a38fd1761d5ddeb2f5a38b6
tree47d6d66e0d1347839b1d37d49e9316266e464ab8
parent733bac2b9a3d703310e228c6c395547a0a583305
Remove a use of OPT_m_Joined.

This patch turns the -mv* hexagon options into aliases. We should really produce
errors for invalid versions in the driver, but this patch preserves the old
behavior for now.

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