cosmopolitan/test/libc/calls
Justine Tunney e75ffde09e Get codebase completely working with LLVM
You can now build Cosmopolitan with Clang:

    make -j8 MODE=llvm
    o/llvm/examples/hello.com

The assembler and linker code is now friendly to LLVM too.
So it's not needed to configure Clang to use binutils under
the hood. If you love LLVM then you can now use pure LLVM.
2021-02-09 02:57:32 -08:00
..
access_test.c Change license 2020-12-27 17:18:44 -08:00
commandv_test.c Eliminate some flakes 2021-02-03 06:25:27 -08:00
fcntl_test.c Eliminate some flakes 2021-02-03 06:25:27 -08:00
fork_test.c Apply some touchups 2021-02-07 07:02:46 -08:00
ftruncate_test.c Change license 2020-12-27 17:18:44 -08:00
getcwd_test.c Eliminate some flakes 2021-02-03 06:25:27 -08:00
getenv_test.c Apply some touchups 2021-02-07 07:02:46 -08:00
lseek_test.c Eliminate some flakes 2021-02-03 06:25:27 -08:00
mkdir_test.c Eliminate some flakes 2021-02-03 06:25:27 -08:00
mkntcmdline_test.c Reduce memory requirements for execve() 2021-01-29 22:00:10 -08:00
mkntenvblock_test.c Delete LIBC_CALLS_HEFTY 2021-02-02 22:17:53 -08:00
mkntpath_test.c Change license 2020-12-27 17:18:44 -08:00
sigaction_test.c Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
signal_test.c Change license 2020-12-27 17:18:44 -08:00
stat_test.c Change license 2020-12-27 17:18:44 -08:00
test.mk Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
vfork_test.c Delete LIBC_CALLS_HEFTY 2021-02-02 22:17:53 -08:00