1 # Show that llvm-readobj can handle an empty .dynamic section.
3 # RUN: yaml2obj %s -o %t.o
4 # RUN: llvm-readobj --dynamic-table %t.o | FileCheck %s --check-prefix LLVM
5 # RUN: llvm-readelf --dynamic-table %t.o | FileCheck %s --check-prefix GNU --allow-empty
8 # LLVM-NOT: DynamicSection