简体   繁体   English

为什么 LLVM 窗口中缺少 LLC.exe?

[英]Why is LLC.exe missing in LLVM windows?

I've been trying to use emscripten to build C into WASM and Javascript.我一直在尝试使用 emscripten 将 C 构建到 WASM 和 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++. Emscripten 需要 clang,所以我安装了它,但是当运行 emcc 和 em++ 时,它显示“emcc: error: llc executable not found at C:\\Program Files\\LLVM\\bin\\llc.exe ”。 Is there a reason that LLC.exe is missing in the windows version?是否有 Windows 版本中缺少 LLC.exe 的原因? If so how do I get it.如果是这样我怎么得到它。

llc is a developer tool. llc 是一个开发者工具。 If you want it, build it from llvm-project source.如果需要,请从 llvm-project 源代码构建它。 This is/will not included in the release binary.这将/不会包含在发布二进制文件中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM