]> granicus.if.org Git - clang/commit
Support -fdebug-prefix-map for assembler source (pass to cc1as). This
authorPaul Robinson <paul.robinson@sony.com>
Tue, 10 Jul 2018 15:15:24 +0000 (15:15 +0000)
committerPaul Robinson <paul.robinson@sony.com>
Tue, 10 Jul 2018 15:15:24 +0000 (15:15 +0000)
commit7db09e3a6236cc357ce346d72cee4cdaee1b40c9
tree3159b94aa6300da91025d2e0dfe8cc5eb1b4ce37
parenteb22ae6c4cd5aff2fdab58df7186bc399853c6fd
Support -fdebug-prefix-map for assembler source (pass to cc1as).  This
is useful to omit the debug compilation dir when compiling assembly
files with -g.  Part of PR38050.

Patch by Siddhartha Bagaria!

Differential Revision: https://reviews.llvm.org/D48989

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336685 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Driver/ToolChains/Clang.cpp
test/Driver/debug-prefix-map.S [new file with mode: 0644]
tools/driver/cc1as_main.cpp