[llvm] r254772 - [llvm-dwp] Remove some out of date comments
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 4 13:38:39 PST 2015
Author: dblaikie
Date: Fri Dec 4 15:38:39 2015
New Revision: 254772
URL: http://llvm.org/viewvc/llvm-project?rev=254772&view=rev
Log:
[llvm-dwp] Remove some out of date comments
Modified:
llvm/trunk/test/tools/llvm-dwp/X86/simple.test
Modified: llvm/trunk/test/tools/llvm-dwp/X86/simple.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-dwp/X86/simple.test?rev=254772&r1=254771&r2=254772&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-dwp/X86/simple.test (original)
+++ llvm/trunk/test/tools/llvm-dwp/X86/simple.test Fri Dec 4 15:38:39 2015
@@ -44,9 +44,7 @@ CHECK: DW_AT_name {{.*}} "b"
CHECK: DW_TAG_formal_parameter
CHECK: .debug_cu_index contents:
-Ensure only the relevant/contained sections are included in the table:
CHECK: Index Signature INFO ABBREV LINE STR_OFFSETS
-Don't bother checking the Signatures, they aren't correct yet.
CHECK: 3 [[DWOA]] [0x00000000, 0x00000029) [0x00000000, 0x00000031) [0x00000000, 0x00000011) [0x00000000, 0x00000010)
CHECK: 4 [[DWOB]] [0x00000029, 0x0000005e) [0x00000031, 0x00000075) [0x00000011, 0x00000022) [0x00000010, 0x00000024)
More information about the llvm-commits
mailing list