Home | History | Annotate | Download | only in Object
      1 Test that llvm-nm returns an error because of the unknown file type, but
      2 keeps processing subsequent files.
      3 
      4 RUN: touch %t
      5 RUN: not llvm-nm %p/Inputs/trivial-object-test.elf-i386 %t \
      6 RUN:             %p/Inputs/trivial-object-test.elf-i386 | \
      7 RUN: FileCheck %s
      8 
      9 CHECK:          U SomeOtherFunction
     10 CHECK: 00000000 T main
     11 CHECK:          U puts
     12 
     13 CHECK:          U SomeOtherFunction
     14 CHECK: 00000000 T main
     15 CHECK:          U puts
     16