File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 5353Dependencies
5454------------
5555
56+ Binary releases come packaged with all of the necessary
57+ dependencies. The current binary release includes
58+
59+ - `LLVM/Clang
60+ <https://github.com/llvm/llvm-project/releases/tag/llvmorg-10.0.1
61+ version 10.0.1> `_ (subsetted to include only necessary components)
62+ - `LLVM libunwind
63+ <https://clang.llvm.org/docs/Toolchain.html#unwind-library> `_
64+ (snapshot revision `22b615a9
65+ <https://github.com/llvm/llvm-project/tree/22b615a96593f13109a27cabfd1764ec4f558c7a> `_)
66+ - `BDW GC 8.0.4 <https://github.com/ivmai/bdwgc/releases/tag/v8.0.4 >`_
67+
68+ If you build from source, you may need to supply these dependencies as
69+ described below.
70+
5671All 64-bit platforms and macOS must use the Boehm Demers Weiser conservative GC
5772(or just "Boehm GC") with the LLVM or C back-end. The Memory Pool System (MPS)
5873is only integrated with the HARP back-end, which itself only works on 32-bit
You can’t perform that action at this time.
0 commit comments