cosmopolitan/test/libc/release
Justine Tunney f8b9bd2b47 Attempt to make LLD happy
Things are a little better. The LLD that comes with Linux seems to work.
Old versions like LLVM 8 haven't been supported since Cosmopolitan v0.2.
Running Clang on Windows with --target=x86_64-pc-linux-gnu doesn't seem
to work. It has something to do with the recently added .zip section in
the linker script. But even if that's removed, LLD on Windows thinks it
is building an EFI application for some reason. Linker scripts are such
a brittle house of cards, even for just ld.bfd alone..

We should just find a way to run our one true musl-cross-make linux gcc
toolchain under Blinkenlights on non-Linux because GCC and Clang are so
nondeterministic, inconsistent, and unreproducible when built for other
operating systems. We need an actually portable compiler/linker that'll
always behave the same way no matter what.

See #180
2021-07-05 19:10:06 -07:00
..
clang.sh Add test for ioctl(SIOCGIFCONF) and polyfill on BSDs 2021-06-25 18:44:04 -07:00
emulate.sh Fix build in opt mode 2021-06-11 16:47:48 -07:00
lld.sh Attempt to make LLD happy 2021-07-05 19:10:06 -07:00
metal.sh Fix build in opt mode 2021-06-11 16:47:48 -07:00
smoke.c Add smoke test for timezone loading (#114) 2021-03-08 11:46:04 -08:00
smokecxx.cc Fix cosmopolitan.h for C++ 2021-02-01 04:04:44 -08:00
test.mk Remove remaining build references to zip command 2021-07-03 08:37:15 -07:00