Test DW_TAG_namespace support in the backend
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 20 Mar 2013 05:15:37 +0000 (05:15 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 20 Mar 2013 05:15:37 +0000 (05:15 +0000)
commit9fb49695faf4884de6ff9cd5ca17324eb8b797ae
tree6cf07c386de04b8a9b5f0f4663b42c7c793eb0eb
parent1cd30fd994aa8825c10d073f0f1ae9c6ba358ae4
Test DW_TAG_namespace support in the backend

This is the backend portion of a Clang test case
(clang/test/CodeGenCXX/debug-info-namespace.cpp) that was roughly/coarsely
testing LLVM.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177487 91177308-0d34-0410-b5e6-96231b3b80d8
test/DebugInfo/namespace.ll [new file with mode: 0644]