diff options
| author | Eric Christopher <echristo@gmail.com> | 2013-07-29 23:53:01 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2013-07-29 23:53:01 +0000 |
| commit | 407ec1422a3446ed17a09dfb94695804fafdc09d (patch) | |
| tree | 15a374afd7fb7686526072ca49fc5ab6225f5353 | |
| parent | be48204a7b80917aff0bc659c75571b28fed2f24 (diff) | |
| download | external_llvm-407ec1422a3446ed17a09dfb94695804fafdc09d.zip external_llvm-407ec1422a3446ed17a09dfb94695804fafdc09d.tar.gz external_llvm-407ec1422a3446ed17a09dfb94695804fafdc09d.tar.bz2 | |
Clarify comments for types contained in anonymous namespaces and
odr hashes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187391 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | test/DebugInfo/generate-odr-hash.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/DebugInfo/generate-odr-hash.ll b/test/DebugInfo/generate-odr-hash.ll index 0b35e3f..dcd748c 100644 --- a/test/DebugInfo/generate-odr-hash.ll +++ b/test/DebugInfo/generate-odr-hash.ll @@ -44,7 +44,9 @@ ; CHECK: DW_TAG_structure_type ; CHECK-NEXT: debug_str{{.*}}"baz" ; CHECK-NOT: DW_AT_GNU_odr_signature -; FIXME: we may want to generate debug info for walrus, but still no hash. +; FIXME: PR16740 we may want to generate debug info for walrus, but still no hash since +; the type is contained in an anonymous namespace and not visible externally even if +; the variable is... ; CHECK-NOT: debug_str{{.*}}"walrus" |
