mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-28 21:40:30 +00:00
Create integrated assembler for chibicc
All we need now to complete the triforce is an integrated linker. That way Cosmpolitan will let C be a "build anywhere run anywhere" language.
This commit is contained in:
parent
5eddadafbd
commit
81ef162703
6 changed files with 267 additions and 88 deletions
6
third_party/chibicc/chibicc.h
vendored
6
third_party/chibicc/chibicc.h
vendored
|
@ -627,6 +627,12 @@ void output_javadown_asm(const char *, const char *);
|
|||
|
||||
void drop_dox(const StringArray *, const char *);
|
||||
|
||||
//
|
||||
// as.c
|
||||
//
|
||||
|
||||
void Assembler(int, char **);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* COSMOPOLITAN_THIRD_PARTY_CHIBICC_CHIBICC_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue