repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-shlib] Fix the version naming style of libLLVM for Windows (#85710)
[llvm-project.git]
/
bolt
/
test
/
cache+-deprecated.test
blob
c320ea8816e75b7c5d3f46fa262b4b090981bf36
1
2
3
REQUIRES: system-linux
4
5
RUN: %clangxx %p/Inputs/bolt_icf.cpp -g -Wl,-q -o %t.exe
6
RUN: llvm-bolt %t.exe --reorder-blocks=cache+ --relocs -o %t 2>&1 | FileCheck %s
7
8
CHECK: '-reorder-blocks=cache+' is deprecated, please use '-reorder-blocks=ext-tsp' instead