You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
477 B
10 lines
477 B
; This test makes sure we can extract the instrumentation map from an
|
|
; XRay-instrumented object file.
|
|
;
|
|
; RUN: llvm-xray extract %S/Inputs/instr-map-mach.o -s | FileCheck %s
|
|
|
|
; CHECK: ---
|
|
; CHECK-NEXT: - { id: 1, address: 0x0, function: 0x0, kind: function-enter, always-instrument: true, function-name: 'task(void*)' }
|
|
; CHECK-NEXT: - { id: 1, address: 0x162, function: 0x0, kind: function-exit, always-instrument: true, function-name: 'task(void*)' }
|
|
; CHECK-NEXT: ...
|