Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2022-04-20 18:46:35 +0300
committerAaron Ballman <aaron@aaronballman.com>2022-04-20 18:48:06 +0300
commitef50d817b673238cb64e88c761849b665f2cfe23 (patch)
tree832d1d085815f1c5b36956065970f6ebaf38ddb0 /cross-project-tests
parent9f075c3d84fb359efb6496535ab397a6f09609e2 (diff)
Speculatively fix build bots
This should address build failures found in: https://lab.llvm.org/buildbot/#/builders/217/builds/3610 https://lab.llvm.org/buildbot/#/builders/215/builds/4609 https://lab.llvm.org/buildbot/#/builders/68/builds/31012
Diffstat (limited to 'cross-project-tests')
-rw-r--r--cross-project-tests/debuginfo-tests/dexter-tests/dbg-arg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cross-project-tests/debuginfo-tests/dexter-tests/dbg-arg.c b/cross-project-tests/debuginfo-tests/dexter-tests/dbg-arg.c
index 0ef27a09598e..e4f4c3448e78 100644
--- a/cross-project-tests/debuginfo-tests/dexter-tests/dbg-arg.c
+++ b/cross-project-tests/debuginfo-tests/dexter-tests/dbg-arg.c
@@ -18,6 +18,7 @@ struct _mtx
} mtxi;
};
+int bar(int, int);
int foobar(struct _mtx *mutex) {
int r = 1;