Skip to content

Commit 8c49514

Browse files
boomanaiden154vvereschaka
authored andcommitted
[ProfCheck] Use Build Step annotations
Otherwise the preamble takes forever to propagate and the build takes forever to complete despite finishing quite fast on the bot. This is what I intended originally but did not double check the annotation format.
1 parent 513d1e7 commit 8c49514

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

zorg/buildbot/builders/annotated/profcheck.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -ex
44

5-
echo @@@CMake@@@
5+
echo @@@BUILD_STEP CMake@@@
66

77
cmake -GNinja \
88
-DCMAKE_BUILD_TYPE=Release \
@@ -13,8 +13,7 @@ cmake -GNinja \
1313
-DLLVM_ENABLE_PROFCHECK=ON \
1414
../llvm-project/llvm
1515

16-
echo @@@Ninja@@@
16+
echo @@@BUILD_STEP Ninja@@@
1717

1818
export LIT_XFAIL="$(cat ../llvm-project/llvm/utils/profcheck-xfail.txt | tr '\n' ';')"
1919
ninja check-llvm
20-

0 commit comments

Comments
 (0)