brintos

brintos / llvm-project-archived public Read only

0
0
Text · 257 B · c320ea8 Raw
9 lines · plain
1 2 3REQUIRES: system-linux4 5RUN: %clangxx %p/Inputs/bolt_icf.cpp -g -Wl,-q -o %t.exe6RUN: llvm-bolt %t.exe --reorder-blocks=cache+ --relocs -o %t 2>&1 | FileCheck %s7 8CHECK: '-reorder-blocks=cache+' is deprecated, please use '-reorder-blocks=ext-tsp' instead9