6 Commits

Author SHA1 Message Date
4e93750afd Perform some minor fixups 2021-03-16 22:19:51 -07:00
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
2f3bd90216 Apply some touchups 2021-02-07 07:02:46 -08:00
a37960a3af Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
37a4c70c36 Change license 2020-12-27 17:18:44 -08:00
c91b3c5006 Initial import 2020-06-15 07:18:57 -07:00