Skip to content

Commit 1dfa1cb

Browse files
committed
Use prebuilt LLVM libs
1 parent 8385673 commit 1dfa1cb

8 files changed

Lines changed: 220 additions & 153 deletions

File tree

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
[submodule "examples"]
22
path = examples
33
url = https://github.com/webrogue-runtime/webrogue-examples.git
4-
[submodule "external/llvm"]
5-
path = external/llvm
6-
url = https://github.com/llvm/llvm-project.git
74
[submodule "external/gfxstream"]
85
path = external/gfxstream
96
url = https://github.com/webrogue-runtime/gfxstream.git

Cargo.lock

Lines changed: 196 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/aot-compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition.workspace = true
77

88
[features]
99
default = []
10-
llvm = ["dep:webrogue-lld", "webrogue-lld/build-llvm"]
10+
llvm = ["dep:webrogue-lld", "webrogue-lld/link-llvm"]
1111
appended_artifacts = []
1212

1313
[dependencies]

0 commit comments

Comments
 (0)