Why is LLC.exe missing in LLVM windows?

662 Views Asked by At

I've been trying to use emscripten to build C into WASM and Javascript. Emscripten requires clang so I installed it but then it says "emcc: error: llc executable not found at C:\Program Files\LLVM\bin\llc.exe" when running emcc and em++. Is there a reason that LLC.exe is missing in the windows version? If so how do I get it.

1

There are 1 best solutions below

1
On BEST ANSWER

llc is a developer tool. If you want it, build it from llvm-project source. This is/will not included in the release binary.