[InstCombine] Signed saturation patterns
[llvm-core.git] / test / DebugInfo / cross-cu-inlining.test
blobb5cbffc616d80eea7c6e8a6683d73babe77fe07c
1 RUN: llvm-symbolizer --obj=%p/Inputs/cross-cu-inlining.x86_64-macho.o 0x17 | FileCheck %s
3 ; func has been inlined into main by LTO. Check that the symbolizer is able
4 ; to resolve the cross-cu reference and retrieve func's name
5 CHECK: func
6 CHECK-NEXT: /tmp{{[/\\]}}cross-cu-inlining.c:16:3
7 CHECK-NEXT: main
8 CHECK-NEXT: /tmp{{[/\\]}}cross-cu-inlining.c:11:0