brintos

brintos / llvm-project-archived public Read only

0
0
Text · 261 B · 688ab01 Raw
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