Move the code that emits the .file directives so that it runs after the
authorDan Gohman <gohman@apple.com>
Mon, 1 Oct 2007 22:40:20 +0000 (22:40 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 1 Oct 2007 22:40:20 +0000 (22:40 +0000)
commitd57c3884af90f992bc9033a61bc2d394fb8ca19a
tree09b19c659d4762ff3530c08b2626d2795cb44c5f
parentd18ba7c8deda442b801eb8f6f72468bd7796b4e3
Move the code that emits the .file directives so that it runs after the
SourceFiles list is fully filled in so that it sees all of the files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42506 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/DwarfWriter.cpp