Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
[llvm-complete.git] / test / Object / ARM / nm-mapping-symbol.s
blob9b7b5b583ea07fbbb3f0c75d55b45337518ca504
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
5 // Test that nm doesn't print the mapping symbols
7 // CHECK: Name: $d.0
8 // NM-NOT: $d.0
10 .section .foobar,"",%progbits
11 .asciz "foo"
12 nop