[flang] Update CommandTest for AIX (NFC) (#118403)
[llvm-project.git] / bolt / test / runtime / X86 / internal-call.test
blobecd74e972b8c5f473045724c1811bf52ee987550
1 # Verify that we support x86 old pic style internal calls accordingly in
2 # relocation mode
5 REQUIRES: x86_64-linux
7 RUN: %clang -O3 %S/Inputs/internalcall-main.c %S/Inputs/internalcall.S -Wl,-q \
8 RUN:   -o %t.exe
9 RUN: llvm-bolt %t.exe -o %t --relocs --lite=0
10 RUN: %t | FileCheck %s
12 CHECK:   Case 1: Result is: DEADBEEF
13 CHECK:   Case 2: Result is: DEADBEEF
14 CHECK:   Case 3: Result is: DEADBEEF