Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bolt/test/X86/Inputs/inline-foo.c')
-rw-r--r--bolt/test/X86/Inputs/inline-foo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bolt/test/X86/Inputs/inline-foo.c b/bolt/test/X86/Inputs/inline-foo.c
index 89fa82f832d6..12c737a67b89 100644
--- a/bolt/test/X86/Inputs/inline-foo.c
+++ b/bolt/test/X86/Inputs/inline-foo.c
@@ -1,4 +1,4 @@
-// don't include stdio as the test is linked with -nostdlib
+#include <stdio.h>
void foo() {
puts("Hello world!\n");