]> granicus.if.org Git - clang/commit
clang: forward -no-integrated-as from the driver
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 22 Feb 2014 21:50:09 +0000 (21:50 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 22 Feb 2014 21:50:09 +0000 (21:50 +0000)
commit5f6a23df29db30561c2e6327d6cd75f5fb755174
treeab6b486de426bee3a2c7bb4b274851c307d83307
parent4a719afb5b05d939db19742ecaefea8e071141a6
clang: forward -no-integrated-as from the driver

Forward the -no-integrated-as option to -cc1 rather than simply invoking the
appropriate tool.  This is useful since this option has been overloaded to
permit disabling of parsing inline assembly at the MC layer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201952 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/no-integrated-as.c [new file with mode: 0644]