]> granicus.if.org Git - clang/commit
Driver: Reject -fasm-blocks except on X86 (where we just ignore it, since
authorDaniel Dunbar <daniel@zuster.org>
Mon, 18 Oct 2010 22:49:46 +0000 (22:49 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 18 Oct 2010 22:49:46 +0000 (22:49 +0000)
commit25b26ebdebe46bb4576247e0c64d1c11410a8e9d
tree5811b09faf0ce1520e1066f02aee4c30bef63237
parentfcec10bded7b9b9268af5232fa17617db0df68ed
Driver: Reject -fasm-blocks except on X86 (where we just ignore it, since
passing it is very prevalent in some circles).

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