Home | History | Annotate | Download | only in ARM
      1 // RUN: llvm-mc %s -o %t.o -filetype=obj -triple=armv7-pc-linux
      2 // RUN: llvm-readobj -t %t.o | FileCheck %s
      3 // RUN: llvm-nm %t.o | FileCheck -allow-empty --check-prefix=NM %s
      4 
      5 // Test that nm doesn't print the mapping symbols
      6 
      7 // CHECK: Name: $d.0
      8 // NM-NOT: $d.0
      9 
     10         .section        .foobar,"",%progbits
     11         .asciz  "foo"
     12