1# Validate the usage of the `--assume-abi` option in conjunction with
2# options related to the RegAnalysis Pass.
3
4REQUIRES: system-linux
5
6RUN: %clang %cflags %p/Inputs/hello.c -o %t -Wl,-q
7RUN: llvm-bolt %t -o %t.bolt --assume-abi --indirect-call-promotion=all
8