From 37a47aacbad6a46b422cc1dd5a23af8485c18fb9 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Wed, 20 Apr 2022 12:32:14 -0400 Subject: [PATCH] Speculatively fix build bot This should address the issue in: https://lab.llvm.org/buildbot/#/builders/77/builds/16683 --- compiler-rt/test/hwasan/TestCases/global.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler-rt/test/hwasan/TestCases/global.c b/compiler-rt/test/hwasan/TestCases/global.c index 23fefd0ecceb..2da3b6dce964 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