Skip to content

Commit 513d1e7

Browse files
boomanaiden154vvereschaka
authored andcommitted
[ProfCheck] Fix test exclusion path
Same issue as in the previous profcheck commit.
1 parent 2ed6506 commit 513d1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/buildbot/builders/annotated/profcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ cmake -GNinja \
1515

1616
echo @@@Ninja@@@
1717

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

0 commit comments

Comments
 (0)