cosmopolitan/third_party/chibicc/test
Justine Tunney 9f68d6eee9 Fix link order in cosmopolitan.a
It turned out that the linker was doing the wrong with the amalgamation
library concerning weak stubs. A regression test has been added and new
binaries have been uploaded to https://justine.lol/cosmopolitan/

Ideally this should be fixed by building a tool that turns multiple .a
files into a single .a file with deduplication. As a workaround for now
the cosmopolitan.a build is restructured to not include LIBC_STUBS which
meant technical debt needed to be paid off where non-stub interfaces
were moved to LIBC_INTRIN and LIBC_NEXGEN32E.

Thank @PerfectProductions in #31 for the report!
2021-01-16 12:05:41 -08:00
..
alignof_test.c Add chibicc 2020-12-06 16:20:21 -08:00
alloca_test.c Enhance chibicc 2020-12-09 04:00:48 -08:00
arith_test.c Add chibicc 2020-12-06 16:20:21 -08:00
asm_test.c Further refine documentation 2020-12-27 17:05:03 -08:00
assert_test.c Enhance chibicc 2020-12-09 04:00:48 -08:00
attribute_test.c Auto-generate some documentation 2020-12-26 02:09:07 -08:00
bitfield_test.c Make minor improvements 2020-12-23 23:42:56 -08:00
builtin_test.c Improve documentation 2020-12-27 07:02:35 -08:00
cast_test.c Add chibicc 2020-12-06 16:20:21 -08:00
common.c Add chibicc 2020-12-06 16:20:21 -08:00
compat_test.c Add chibicc 2020-12-06 16:20:21 -08:00
complit_test.c Add chibicc 2020-12-06 16:20:21 -08:00
const_test.c Add chibicc 2020-12-06 16:20:21 -08:00
constexpr_test.c Add l suffix to yoink nop 2020-12-28 11:38:38 -08:00
control_test.c Add chibicc 2020-12-06 16:20:21 -08:00
dce_test.c Make minor improvements 2020-12-23 23:42:56 -08:00
decl_test.c Add chibicc 2020-12-06 16:20:21 -08:00
enum_test.c Add chibicc 2020-12-06 16:20:21 -08:00
extern_test.c Add chibicc 2020-12-06 16:20:21 -08:00
float_test.c Add chibicc 2020-12-06 16:20:21 -08:00
function_test.c Enhance chibicc 2020-12-09 04:00:48 -08:00
generic_test.c Add chibicc 2020-12-06 16:20:21 -08:00
include1.h Add chibicc 2020-12-06 16:20:21 -08:00
include2.h Add chibicc 2020-12-06 16:20:21 -08:00
include3.h Add chibicc 2020-12-06 16:20:21 -08:00
include4.h Add chibicc 2020-12-06 16:20:21 -08:00
initializer_test.c Hunt down some small bugs 2020-12-24 16:01:48 -08:00
int128_test.c Enhance chibicc 2020-12-09 04:00:48 -08:00
line_test.c Add chibicc 2020-12-06 16:20:21 -08:00
literal_test.c Add chibicc 2020-12-06 16:20:21 -08:00
macro_test.c Make minor improvements 2020-12-19 11:21:04 -08:00
offsetof_test.c Add chibicc 2020-12-06 16:20:21 -08:00
pointer_test.c Add chibicc 2020-12-06 16:20:21 -08:00
pragma-once_test.c Add chibicc 2020-12-06 16:20:21 -08:00
sizeof_test.c Make minor improvements 2020-12-23 23:42:56 -08:00
string_test.c Enhance chibicc 2020-12-09 04:00:48 -08:00
struct_test.c Integrate more chibicc changes 2020-12-09 13:53:02 -08:00
test.h Add chibicc 2020-12-06 16:20:21 -08:00
test.mk Fix link order in cosmopolitan.a 2021-01-16 12:05:41 -08:00
tls_test.c.todo Add chibicc 2020-12-06 16:20:21 -08:00
typedef_test.c Add chibicc 2020-12-06 16:20:21 -08:00
typeof_test.c Enhance chibicc 2020-12-09 04:00:48 -08:00
unicode_test.c Add chibicc 2020-12-06 16:20:21 -08:00
union_test.c Add chibicc 2020-12-06 16:20:21 -08:00
usualconv_test.c Add chibicc 2020-12-06 16:20:21 -08:00
varargs_test.c Add chibicc 2020-12-06 16:20:21 -08:00
variable_test.c Add chibicc 2020-12-06 16:20:21 -08:00
vector_test.c Add chibicc 2020-12-06 16:20:21 -08:00
vla_test.c Further refine documentation 2020-12-27 17:05:03 -08:00