[llvm-shlib] Fix the version naming style of libLLVM for Windows (#85710)
[llvm-project.git] / bolt / test / runtime / fptr.test
blobd148a8dc90001fdba22e0b640e599f617ef65f23
1 # Make sure BOLT correctly updates values based on function pointer.
3 RUN: %clang %cflags -Wno-int-conversion -no-pie %p/Inputs/fptr.c -Wl,-q -o %t.exe
4 RUN: llvm-bolt %t.exe -o %t --lite=0
5 RUN: %t | FileCheck %s
7 CHECK: Global = 0x[[#%x,ADDR:]]
8 CHECK-NEXT: Local = 0x[[#ADDR]]
9 CHECK-NEXT: Local2 = 0x[[#ADDR]]