summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/ARM/nm-mapping-symbol.s
blob: 6b41876c35e5e2cbd5d2747bc3311f257ca327f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// RUN: llvm-mc %s -o %t.o -filetype=obj -triple=armv7-pc-linux
// RUN: llvm-readobj --symbols %t.o | FileCheck %s
// RUN: llvm-nm %t.o | FileCheck -allow-empty --check-prefix=NM %s

// Test that nm doesn't print the mapping symbols

// CHECK: Name: $d.0
// NM-NOT: $d.0

        .section        .foobar,"",%progbits
        .asciz  "foo"
        nop
OpenPOWER on IntegriCloud