diff options
author | David Blaikie <dblaikie@gmail.com> | 2015-12-04 21:38:39 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2015-12-04 21:38:39 +0000 |
commit | efadacfb145bc775bb71a30fcbcc166a33cd0536 (patch) | |
tree | 7dd72a5102ffb189299655b432fe26d3a15515b2 /llvm/test/tools/llvm-dwp | |
parent | 9eda64043ef5e78a17270738a16027bd3e9b35c3 (diff) | |
download | bcm5719-llvm-efadacfb145bc775bb71a30fcbcc166a33cd0536.tar.gz bcm5719-llvm-efadacfb145bc775bb71a30fcbcc166a33cd0536.zip |
[llvm-dwp] Remove some out of date comments
llvm-svn: 254772
Diffstat (limited to 'llvm/test/tools/llvm-dwp')
-rw-r--r-- | llvm/test/tools/llvm-dwp/X86/simple.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/tools/llvm-dwp/X86/simple.test b/llvm/test/tools/llvm-dwp/X86/simple.test index 2ed8e611844..5cc62633468 100644 --- a/llvm/test/tools/llvm-dwp/X86/simple.test +++ b/llvm/test/tools/llvm-dwp/X86/simple.test @@ -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) |