]> granicus.if.org Git - clang/commit
Modules builds are necessarily compile actions, but they don't
authorEric Christopher <echristo@gmail.com>
Thu, 24 Mar 2016 00:34:02 +0000 (00:34 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 24 Mar 2016 00:34:02 +0000 (00:34 +0000)
commit39a220574c8cff7249a84b16a58592d1f65f0428
treec05fc5f8f8f69146c2845b60a7c0463fd34b9c26
parent2edbc97e339064ac1098973e269962492e7d9d3e
Modules builds are necessarily compile actions, but they don't
necessarily produce object files. Turn off split dwarf if we're not
producing a file that the driver believes is an object file.

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