[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / tools / llvm-xray / X86 / extract-instrmap-macho.ll
bloba42307945f239af700d90e779bb3d2805e75bb7c
1 ; This test makes sure we can extract the instrumentation map from an
2 ; XRay-instrumented object file.
4 ; RUN: llvm-xray extract %S/Inputs/instr-map-mach.o -s | FileCheck %s
6 ; CHECK:      ---
7 ; CHECK-NEXT: - { id: 1, address: 0x0000000000000000, function: 0x0000000000000000, kind: function-enter, always-instrument: true, function-name: 'task(void*)' }
8 ; CHECK-NEXT: - { id: 1, address: 0x0000000000000162, function: 0x0000000000000000, kind: function-exit, always-instrument: true, function-name: 'task(void*)' }
9 ; CHECK-NEXT: ...