]> granicus.if.org Git - clang/commit
Always pass a -dwarf-version argument to integrated as.
authorDouglas Katzman <dougk@google.com>
Tue, 13 Oct 2015 16:22:51 +0000 (16:22 +0000)
committerDouglas Katzman <dougk@google.com>
Tue, 13 Oct 2015 16:22:51 +0000 (16:22 +0000)
commit96497ca976174c33cca52f7e8292dd08bf9830fc
tree14bf90655c05a24b123f88f9fea2796aaa2ba497
parent6da82f84b01c73f0f4b91446a5509c7bffeb493a
Always pass a -dwarf-version argument to integrated as.

This removes the default of 3 hidden in the assembler previously.

Fixes breakage caused by r249655, reported by vsukharev.

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