]> granicus.if.org Git - clang/commit
[ARM] Pass thumb as architecture to the underlying tools, when targeting windows
authorRenato Golin <renato.golin@linaro.org>
Wed, 27 Jul 2016 14:12:20 +0000 (14:12 +0000)
committerRenato Golin <renato.golin@linaro.org>
Wed, 27 Jul 2016 14:12:20 +0000 (14:12 +0000)
commit3f38d952361bac197787c9160b6a532cff6a6bc5
tree5f9377f99f31e31c18df9501e10df2ad553f31b5
parented9b826436853e01cd5710f09877056f017e9af5
[ARM] Pass thumb as architecture to the underlying tools, when targeting windows

This makes sure that the thumb section flag gets set by the assembler.

Patch by Martin Storsjö.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@276869 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChain.cpp
test/Driver/windows-thumb.s [new file with mode: 0644]