]> granicus.if.org Git - clang/commit
PR21000: pass -I options to assembler
authorArtem Belevich <tra@google.com>
Mon, 27 Apr 2015 20:51:44 +0000 (20:51 +0000)
committerArtem Belevich <tra@google.com>
Mon, 27 Apr 2015 20:51:44 +0000 (20:51 +0000)
commit07b604d3535e4e057eb2e131aaf6b9e06a80a51f
tree926e19e14da40e1b23d2fe3b038e54f061aa81f4
parent053d3cec62a610313125d147a209c98e0384bc91
PR21000: pass -I options to assembler

Pass -I options to assembly so it can find files included with
.include.

Differential Revision: http://reviews.llvm.org/D7472

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