[llvm] r187391 - Clarify comments for types contained in anonymous namespaces and
Eric Christopher
echristo at gmail.com
Mon Jul 29 16:53:01 PDT 2013
Author: echristo
Date: Mon Jul 29 18:53:01 2013
New Revision: 187391
URL: http://llvm.org/viewvc/llvm-project?rev=187391&view=rev
Log:
Clarify comments for types contained in anonymous namespaces and
odr hashes.
Modified:
llvm/trunk/test/DebugInfo/generate-odr-hash.ll
Modified: llvm/trunk/test/DebugInfo/generate-odr-hash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/generate-odr-hash.ll?rev=187391&r1=187390&r2=187391&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/generate-odr-hash.ll (original)
+++ llvm/trunk/test/DebugInfo/generate-odr-hash.ll Mon Jul 29 18:53:01 2013
@@ -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"
More information about the llvm-commits
mailing list