Commit ea26fd6c authored by Christoph Müllner's avatar Christoph Müllner Committed by Kito Cheng
Browse files

Add support to build LLVM/clang with C and C++ support



We currently have a stale "llvm" branch, that does not build.
However, there is clear demand in the RISC-V toolchain community
for a working LLVM on top of a recent GNU toolchain.
In order to build such a toolchain, quite some LLVM and clang know-how is
required to avoid path issues at LLVM build time or later when using clang.
The main purpose of this commit is to demonstrate a way to combine
the RISC-V GNU toolchain repo with LLVM, with the intent to save
others hours of frustration, debugging time or support time.

Signed-off-by: default avatarChristoph Müllner <christoph.muellner@vrull.eu>
parent ee1bb922
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment