d47a8a0c0a
standalone: Update help text for `--emit-llvm`
a49f927526
standalone: Fix run_demo script
Minor improvements to multithreaded compilation in Standalone
v3: Use nullglob
to collect all module*.bc
file (even if they do not exist)
25affa332e
core: Remove lazy_static from dependencies
60b64d855a
flake: Enable thread-safe mode for LLVM
7261f5773d
Force single-threaded compilation if LLVM is not thread-safe
45855e8c46
standalone: Update help text for `--emit-llvm`
d806ad841c
standalone: Fix run_demo script
45855e8c46
standalone: Update help text for `--emit-llvm`
d806ad841c
standalone: Fix run_demo script
c6450befd9
core: Remove lazy_static from dependencies
768bdda8ef
flake: Enable thread-safe mode for LLVM
63c3e236b5
Force single-threaded compilation if LLVM is not thread-safe
625ce12383
standalone: Update help text for `--emit-llvm`
d7dfab863a
standalone: Fix run_demo script
Minor improvements to multithreaded compilation in Standalone
v2: Use llvm-link
even if there is only one input file
625ce12383
standalone: Update help text for `--emit-llvm`
d7dfab863a
standalone: Fix run_demo script
Fix thread safety with LLVM library
Unfortunately this will cause llvm-link
to fail with No such file or directory
.
Fix thread safety with LLVM library
v2: Rebased against master
v3: Rebased against fix/threading-support
; Add dependency on #341
v4: Remove lazy_static
dependency
Minor improvements to multithreaded compilation in Standalone
a034844b1a
flake: Enable thread-safe mode for LLVM
3209f88adf
Force single-threaded compilation if LLVM is not thread-safe
af77898390
standalone: Update help text for `--emit-llvm`
8c7cf4f8f3
standalone: Fix run_demo script
48eb64403f
standalone: Treat -T0 as using all available threads
71e6fd65ab
flake: Enable thread-safe mode for LLVM
a96d5f78a3
Force single-threaded compilation if LLVM is not thread-safe
af77898390
standalone: Update help text for `--emit-llvm`
8c7cf4f8f3
standalone: Fix run_demo script
48eb64403f
standalone: Treat -T0 as using all available threads
2c44b58bb8
standalone: Require use of `-T` for specifying thread count
Fix thread safety with LLVM library
2110638bfe
flake: Enable thread-safe mode for LLVM
2209702a06
Force single-threaded compilation if LLVM is not thread-safe
0d2eacb332
standalone: Require use of `-T` for specifying thread count