[compiler-rt] 37a47aa - Speculatively fix build bot
Aaron Ballman via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 20 09:33:06 PDT 2022
Author: Aaron Ballman
Date: 2022-04-20T12:32:57-04:00
New Revision: 37a47aacbad6a46b422cc1dd5a23af8485c18fb9
URL: https://github.com/llvm/llvm-project/commit/37a47aacbad6a46b422cc1dd5a23af8485c18fb9
DIFF: https://github.com/llvm/llvm-project/commit/37a47aacbad6a46b422cc1dd5a23af8485c18fb9.diff
LOG: Speculatively fix build bot
This should address the issue in:
https://lab.llvm.org/buildbot/#/builders/77/builds/16683
Added:
Modified:
compiler-rt/test/hwasan/TestCases/global.c
Removed:
################################################################################
diff --git a/compiler-rt/test/hwasan/TestCases/global.c b/compiler-rt/test/hwasan/TestCases/global.c
index 23fefd0eccebe..2da3b6dce964a 100644
--- a/compiler-rt/test/hwasan/TestCases/global.c
+++ b/compiler-rt/test/hwasan/TestCases/global.c
@@ -18,6 +18,8 @@
int x = 1;
+int atoi(const char *);
+
int main(int argc, char **argv) {
// CHECK: Cause: global-overflow
// RSYM: is located 0 bytes to the right of 4-byte global variable x {{.*}} in {{.*}}global.c.tmp
More information about the llvm-commits
mailing list