Skip to content

Commit

Permalink
devel/wasi-{compiler-rt,libcxx}18: add
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwin committed Mar 27, 2024
1 parent c6c4482 commit b06627c
Show file tree
Hide file tree
Showing 4 changed files with 1,034 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devel/Makefile
Expand Up @@ -7948,6 +7948,7 @@
SUBDIR += wasi-compiler-rt15
SUBDIR += wasi-compiler-rt16
SUBDIR += wasi-compiler-rt17
SUBDIR += wasi-compiler-rt18
SUBDIR += wasi-libc
SUBDIR += wasi-libcxx
SUBDIR += wasi-libcxx12
Expand All @@ -7956,6 +7957,7 @@
SUBDIR += wasi-libcxx15
SUBDIR += wasi-libcxx16
SUBDIR += wasi-libcxx17
SUBDIR += wasi-libcxx18
SUBDIR += wasm3
SUBDIR += wasmer
SUBDIR += websocketpp
Expand Down
6 changes: 6 additions & 0 deletions devel/wasi-compiler-rt18/Makefile
@@ -0,0 +1,6 @@
# must sync with devel/llvm18
DISTVERSION= 18.1.2

MASTERDIR= ${.CURDIR}/../wasi-compiler-rt

.include "${MASTERDIR}/Makefile"
6 changes: 6 additions & 0 deletions devel/wasi-libcxx18/Makefile
@@ -0,0 +1,6 @@
# must sync with devel/llvm18
DISTVERSION= 18.1.2

MASTERDIR= ${.CURDIR}/../wasi-libcxx

.include "${MASTERDIR}/Makefile"

0 comments on commit b06627c

Please sign in to comment.