[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138)
[llvm-project.git] / bolt / test / runtime / X86 / internal-call-instrument.test
blobebc61cf5a3bf075b53c69a5e9b3bacbdf400788c
1 # Verify that instrumentation pass handles internal calls
3 REQUIRES: x86_64-linux,bolt-runtime
5 RUN: %clang -O3 %S/Inputs/internalcall-main.c %S/Inputs/internalcall.S -Wl,-q \
6 RUN:   -o %t.exe
7 RUN: llvm-bolt --instrument %t.exe --instrumentation-file=%t.fdata \
8 RUN:   -o %t -relocs -lite=0
9 RUN: %t | FileCheck %s
11 CHECK:   Case 1: Result is: DEADBEEF
12 CHECK:   Case 2: Result is: DEADBEEF
13 CHECK:   Case 3: Result is: DEADBEEF