Skip to content

Commit 67b8271

Browse files
committed
Add LLVM submodule
This commit adds the LLVM Project submodule in preparation for implementing Clang/LLVM toolchain support in the Zephyr SDK. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 6c9e8cc commit 67b8271

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
[submodule "picolibc"]
1717
path = picolibc
1818
url = https://github.com/zephyrproject-rtos/picolibc.git
19+
[submodule "llvm"]
20+
path = llvm
21+
url = https://github.com/zephyrproject-rtos/llvm-project.git
1922
[submodule "crosskit-x86_64-apple-darwin"]
2023
path = crosskit/crosskit-x86_64-apple-darwin
2124
url = https://github.com/zephyrproject-rtos/crosskit-x86_64-apple-darwin.git

llvm

Submodule llvm added at d401987

0 commit comments

Comments
 (0)