| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-03-07 | Remove an extraneous include | Kazu Hirata | -1/+0 | |
| SymbolWrapper.cpp doesn't use std::optional or llvm::Optional, so this patch removes the extraneous include. Note that llvm/ADT/Optional.h has been deprecated upstream. This patch ensures that SymbolWrapper.cpp continues to compile even after the upcoming removal of Optional.h. | ||||
| 2022-11-26 | Use LLVM for getting symbols from COFF bigobj files | bjorn3 | -10/+24 | |
| 2022-11-26 | Rewrite LLVM's archive writer in Rust | bjorn3 | -0/+82 | |
| This allows it to be used by other codegen backends | ||||
