]> granicus.if.org Git - clang/commit
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)
commit3283fc52f370fb8c99d0936e2bd8283d02ec0720
treecf8ed5bca330182c844dc6eda364edbec9dff5a1
parent61a574f6a306a91fe78c39757f70f88e62b6736f
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177609 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/debug-info-namespace.cpp