]> granicus.if.org Git - llvm/commitdiff
[llvm-objdump] - Remove an outdated "FIXME". NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Thu, 22 Aug 2019 09:10:17 +0000 (09:10 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Thu, 22 Aug 2019 09:10:17 +0000 (09:10 +0000)
The bug mentioned in this test case was fixed in D63779 (r364955),
which also provides a test case.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369634 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-objdump/section-filter.test

index 0c1cd7eccce7ba20e01387ea318df10700f8e961..6a93856d13b619af2d6124d6b8927aee19d9f75d 100644 (file)
@@ -110,8 +110,6 @@ Sections:
 # RUN: cmp %t.full %t.6
 
 ## Test that an unknown section name causes all section output to be suppressed.
-## TODO: Add a warning for this case.
-##       See https://bugs.llvm.org/show_bug.cgi?id=41898.
 # RUN: llvm-objdump %t.h.elf -h --section foobar \
 # RUN:   | FileCheck %s --check-prefix=NO-SECTION