llvm-project/bolt/test/Inputs
Amir Ayupov 1d5263c554 [BOLT][TEST] Fix test failures on AArch64 builder
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
2022-05-03 15:39:43 -07:00
..
asm_foo.s [PR] Fix update-debug-sections for AArch64 2021-12-08 16:53:38 +03:00
asm_main.c Speculatively fix build bots 2022-04-20 11:48:06 -04:00
bolt_icf.cpp [BOLT][TEST] Import small tests 2021-10-29 13:31:22 -07:00
hello.c [BOLT][DWARF] Force allocation of debug_line in RuntimeDyld 2021-12-06 23:32:40 -08:00
icf-jump-tables.c [BOLT][TEST] Fix test failures on AArch64 builder 2022-05-03 15:39:43 -07:00
icf_baz.c [BOLT][TEST] Import small tests 2021-11-03 17:09:49 -07:00
icf_main.c [BOLT][TEST] Import small tests 2021-11-03 17:09:49 -07:00
jump_table_icp.cpp [BOLT] Move some of the tests to common directory 2022-03-09 14:51:17 +03:00
plt.c [BOLT] Fix plt relocations symbol match 2022-04-05 15:57:26 +03:00
stub.c [BOLT][TEST] Fix test failures on AArch64 builder 2022-05-03 15:39:43 -07:00
stub.h [BOLT][TEST] Fix test failures on AArch64 builder 2022-05-03 15:39:43 -07:00
vararg.s [BOLT][TEST] Reduce vararg.test 2021-11-11 20:05:09 -08:00