forked from OSchip/llvm-project
Speculatively fix build bot
This should fix the issue found by: https://lab.llvm.org/buildbot/#/builders/37/builds/12606
This commit is contained in:
parent
0d4a49b0f1
commit
e5f025dad9
|
@ -4,6 +4,7 @@
|
|||
// RUN: %run %t
|
||||
|
||||
// Test that safe stack works with LTO.
|
||||
int puts(const char *);
|
||||
|
||||
int main() {
|
||||
char c[] = "hello world";
|
||||
|
|
Loading…
Reference in New Issue