Skip to content

Commit

Permalink
an attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jul 29, 2024
1 parent 084efa0 commit ff376dd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "src/llvm-project"]
path = src/llvm-project
url = https://github.com/llvm/llvm-project
[submodule "src/wasi-libc"]
path = src/wasi-libc
url = https://github.com/WebAssembly/wasi-libc
Expand Down
3 changes: 2 additions & 1 deletion cmake/wasi-sdk-toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ list(TRANSFORM tools PREPEND --target= OUTPUT_VARIABLE build_targets)
list(TRANSFORM tools PREPEND --target=install- OUTPUT_VARIABLE install_targets)

ExternalProject_Add(llvm-build
SOURCE_DIR "${llvm_proj_dir}/llvm"
URL "https://github.com/llvm/llvm-project/archive/llvmorg-18.1.2.tar.gz"
SOURCE_SUBDIR "llvm"
CMAKE_ARGS
${default_cmake_args}
-DLLVM_ENABLE_TERMINFO=OFF
Expand Down
1 change: 0 additions & 1 deletion src/llvm-project
Submodule llvm-project deleted from 26a1d6

0 comments on commit ff376dd

Please sign in to comment.