4 Commits

Author SHA1 Message Date
d932948fb4 Remove more nonstandard stuff from cosmopolitan.h
Fixes #61
2021-03-01 00:18:23 -08: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
04f1d89f84 Replace .pushsection directives (#30) 2021-01-10 13:36:31 -08:00
e44a0cf6f8 Make improvements 2020-12-01 03:43:40 -08:00