forked from OSchip/llvm-project
1d5263c554
Address X86 tests failures on AArch64 builder: https://lab.llvm.org/staging/#/builders/211/builds/82 Inputs fail to cross-compile due to a missing header: ``` /usr/include/stdio.h:27:10: fatal error: 'bits/libc-header-start.h' file not found #include <bits/libc-header-start.h> ``` As inputs are linked with `-nostdlib` anyway, don't include stdio.h. Reviewed By: yota9 Differential Revision: https://reviews.llvm.org/D124863 |
||
---|---|---|
.. | ||
asm_foo.s | ||
asm_main.c | ||
bolt_icf.cpp | ||
hello.c | ||
icf-jump-tables.c | ||
icf_baz.c | ||
icf_main.c | ||
jump_table_icp.cpp | ||
plt.c | ||
stub.c | ||
stub.h | ||
vararg.s |