1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-22 02:20:51 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
Rui Ueyama
ab8d3dd3f6 Remove a git submodule 2021-06-27 16:55:12 +09:00
Rui Ueyama
cce738c9d5 Add mimalloc as a git submodule
This change adds mimalloc as a git submodule so that `make` doesn't
try to clone mimalloc repo. This change should allow building mold
with the nix package manager, which doesn't provide network access
while building.

This change may conflict with a local `mimalloc` directory. If you
already have checked out mold and `mimalloc` directory exists in the
mold directory, you may need to remove it by `rm -r mimalloc` before
running `make`.

Requested by David Yamnitsky.

Fixes https://github.com/rui314/mold/issues/50
2021-06-10 13:20:43 +09:00
Rui Ueyama
2e73024e18 Do not assume that the main directory is a git checkout 2021-05-21 13:58:59 +09:00
Rui Ueyama
effadb0296 Update build procedure 2021-05-18 16:57:54 +09:00
Rui Ueyama
8b77c1e821 Update gitsubmodule URL 2021-03-17 19:39:58 +09:00
Rui Ueyama
118ad250f8 Use xxHash 2021-03-15 15:41:01 +09:00
Rui Ueyama
99ce5b9845 Use mimalloc instead of jemalloc 2021-01-18 16:18:58 +09:00
Rui Ueyama
a6e3d3012f Use jemalloc instead of tbbmalloc 2021-01-15 11:08:57 +09:00
Rui Ueyama
ae4921e258 temporary 2021-01-03 19:23:29 +09:00
Rui Ueyama
2ced94ea27 Remove llvm submodule 2020-12-11 22:17:21 +09:00
Rui Ueyama
6f81344efb Add LLVM and Intel TBB library as submodules 2020-10-20 15:04:18 +09:00