Debug info - generalize namespace test to not depend on a DW_TAG_file_type entry
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 20 Mar 2013 23:57:15 +0000 (23:57 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 20 Mar 2013 23:57:15 +0000 (23:57 +0000)
commitd54bb5c192d1b42a0390f220f18d5fe169927cb5
tree315b02aa2dd0e040a76676087811d6927eeccda3
parent773be0ce1fb04212cdf7a46be3eb7e4bc5ffe95c
Debug info - generalize namespace test to not depend on a DW_TAG_file_type entry

This isn't necessary & with the next change to LLVM the DW_TAG_file_type entry
won't be emitted at all - only the raw filename/directory pair, so match on
that directly instead.

llvm-svn: 177609
clang/test/CodeGenCXX/debug-info-namespace.cpp