[compiler-rt] e5f025d - Speculatively fix build bot
Aaron Ballman via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 20 10:40:01 PDT 2022
Author: Aaron Ballman
Date: 2022-04-20T13:39:53-04:00
New Revision: e5f025dad932591b2a9d5394da8c901acdff0346
URL: https://github.com/llvm/llvm-project/commit/e5f025dad932591b2a9d5394da8c901acdff0346
DIFF: https://github.com/llvm/llvm-project/commit/e5f025dad932591b2a9d5394da8c901acdff0346.diff
LOG: Speculatively fix build bot
This should fix the issue found by:
https://lab.llvm.org/buildbot/#/builders/37/builds/12606
Added:
Modified:
compiler-rt/test/safestack/lto.c
Removed:
################################################################################
diff --git a/compiler-rt/test/safestack/lto.c b/compiler-rt/test/safestack/lto.c
index 6ee23a1c72f28..2aeb755261873 100644
--- a/compiler-rt/test/safestack/lto.c
+++ b/compiler-rt/test/safestack/lto.c
@@ -4,6 +4,7 @@
// RUN: %run %t
// Test that safe stack works with LTO.
+int puts(const char *);
int main() {
char c[] = "hello world";
More information about the llvm-commits
mailing list