Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lld: Enable building C projects without crt files
crt[begin|end].o files are used for C++ projects. While they usually exist in GCC, they may or may not exist in LLVM builds that don't rely on GCC toolchain, and typically require a separate (optional) compiler-rt/cxx library to build. This commit allows building projects without crt[begin|end].o files if they do not exist.
- Loading branch information