espressif/rust-esp32-example

Remove workaround of setting path to pre-built llvm-project

georgik opened this issue · 2 comments

The current solution contains download of pre-built llvm-project + patch. The user must modify PATH in order to get the build working. The logic should be moved to tools.json in ESP-IDF.

The architectures which contains llvm-project + patch should be joined into one archive.

libclang is now part of llvm build. Removed dependency on llvm-patch #15

Fixed in #15