Skip to content

Commit 37a47aa

Browse files
committed
Speculatively fix build bot
This should address the issue in: https://lab.llvm.org/buildbot/#/builders/77/builds/16683
1 parent e3f6c2d commit 37a47aa

File tree

1 file changed

+2
-0
lines changed
  • compiler-rt/test/hwasan/TestCases

1 file changed

+2
-0
lines changed

compiler-rt/test/hwasan/TestCases/global.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
int x = 1;
2020

21+
int atoi(const char *);
22+
2123
int main(int argc, char **argv) {
2224
// CHECK: Cause: global-overflow
2325
// RSYM: is located 0 bytes to the right of 4-byte global variable x {{.*}} in {{.*}}global.c.tmp

0 commit comments

Comments
 (0)