Arthur Eubanks 3ec57a7ed6 [test][EntryExitInstrumenter] Update/add tests
Use UTC. Add test coverage for AIX.
2024-05-24 20:05:55 +00:00

13 lines
461 B
LLVM

; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
; RUN: opt -passes="function(ee-instrument),cgscc(inline),function(ee-instrument<post-inline>)" -S < %s | FileCheck %s
target triple = "powerpc-ibm-aix7.2.0.0"
define void @f1() "instrument-function-entry-inlined"="__mcount" {
; CHECK-LABEL: define void @f1() {
; CHECK-NEXT: call void @__mcount(ptr @[[GLOB0:[0-9]+]])
; CHECK-NEXT: ret void
;
ret void
}