[llvm-shlib] Fix the version naming style of libLLVM for Windows (#85710)
[llvm-project.git] / bolt / test / X86 / vararg.test
blob5df4f3da04214698b8382ec71d2f9059773a12b8
1 # Check that a function that references a label inside itself,
2 # as in the case of vararg handling code generated by GCC 4.5
3 # and earlier, is recognized as multi-entry.
5 REQUIRES: x86_64-linux
7 RUN: %clangxx %cxxflags -no-pie %p/../Inputs/vararg.s -o %t -Wl,-q
8 RUN: llvm-bolt %t -o %t.null --print-cfg --print-only=.*printf.* |& FileCheck %s
10 CHECK: IsSimple    : 0
11 CHECK: Entry Point
12 CHECK: Entry Point