We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed6506 commit 513d1e7Copy full SHA for 513d1e7
zorg/buildbot/builders/annotated/profcheck.sh
@@ -15,6 +15,6 @@ cmake -GNinja \
15
16
echo @@@Ninja@@@
17
18
-export LIT_XFAIL="$(cat ../llvm/utils/profcheck-xfail.txt | tr '\n' ';')"
+export LIT_XFAIL="$(cat ../llvm-project/llvm/utils/profcheck-xfail.txt | tr '\n' ';')"
19
ninja check-llvm
20
0 commit comments