8 lines · plain
1# Validate the usage of the `--assume-abi` option in conjunction with2# options related to the RegAnalysis Pass.3 4REQUIRES: system-linux5 6RUN: %clang %cflags %p/Inputs/hello.c -o %t -Wl,-q7RUN: llvm-bolt %t -o %t.bolt --assume-abi --indirect-call-promotion=all8