Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
[llvm-complete.git] / test / tools / llvm-symbolizer / ignore-undefined-symbols.s
blob62b7df32dc51e22b9c38c6511aaa9e848ac555fa
1 # REQUIRES: x86-registered-target
2 # RUN: llvm-mc --filetype=obj --triple=x86_64-pc-linux %s -o %t.o -g
3 # RUN: llvm-symbolizer --obj=%t.o 0 | FileCheck %s --implicit-check-not=bar
5 # CHECK: foo
6 # CHECK-NEXT: ignore-undefined-symbols.s:12:0
8 .type bar,@function
9 .type foo,@function
10 .global foo
11 foo:
12 call bar