]> granicus.if.org Git - clang/commit
clang: add -f{no-,}integrate-as as consistent parameters
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 23 Feb 2014 00:40:30 +0000 (00:40 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 23 Feb 2014 00:40:30 +0000 (00:40 +0000)
commit8c702d1f447aa6f33370756b7e53b8f1529cef58
tree1dfd5f118d8affa3a42a183c51bbfcf9fb89e401
parenta709481d660b84810e923b163ad173bd6f60edc3
clang: add -f{no-,}integrate-as as consistent parameters

The integrated assembler is a feature.  This makes the new flags the default
option, and the previous versions aliases.  Ideally, at some point the aliases
would be entirely removed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201963 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Driver/ToolChain.cpp
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
test/Driver/integrated-as.c