16

我想使用 LLVM IR 并安装了最新的 LLVM v4(在我的 Windows PC 上),但我在已安装的文件中找不到 llc(在“bin”文件夹和所有其他文件中查找)。

想知道这个工具是否不可用,或者它是否已被弃用或什么?

这是我的 bin 文件夹的内容:

2017 年 4 月 30 日下午 7 点 46 分。

2017 年 4 月 30 日下午 7:46 ..

03/09/2017 09:50 PM 63,566,848 clang++.exe

03/09/2017 09:35 PM 2,357,248 clang-apply-replacements.exe

03/09/2017 09:37 PM 17,489,408 clang-change-namespace.exe

03/09/2017 09:35 PM 52,584,448 clang-check.exe

03/09/2017 09:50 PM 63,566,848 clang-cl.exe

03/09/2017 09:50 PM 63,566,848 clang-cpp.exe

03/09/2017 09:35 PM 2,380,800 clang-format.exe

03/09/2017 09:35 PM 20,820,480 clang-import-test.exe

03/09/2017 09:37 PM 17,238,528 clang-include-fixer.exe

03/09/2017 09:34 PM 3,140,​​096 clang-offload-bundler.exe

03/09/2017 09:37 PM 17,924,608 clang-query.exe

03/09/2017 09:35 PM 17,438,208 clang-rename.exe

03/09/2017 09:35 PM 17,171,456 clang-reorder-fields.exe

03/09/2017 09:37 PM 22,490,624 clang-tidy.exe

03/09/2017 09:35 PM 63,566,848 clang.exe

03/09/2017 09:37 PM 17,251,840 查找所有符号.exe

2016 年 11 月 8 日上午 9:50 20,626 git-clang-format

03/09/2017 09:50 PM 44,386,816 ld.lld.exe

2017 年 3 月 9 日下午 9:38 55,871,488 libclang.dll

2017 年 3 月 9 日晚上 9:50 574,976 libiomp5md.dll

03/09/2017 09:29 PM 574,976 libomp.dll

03/09/2017 09:50 PM 44,386,816 lld-link.exe

2017 年 3 月 9 日下午 9:37 44,386,816 lld.exe

2017 年 3 月 9 日晚上 9:30 14,962,688 llvm-ar.exe

2017 年 3 月 9 日晚上 9:50 14,962,688 llvm-lib.exe

03/09/2017 09:37 PM 15,513,600 llvm-objdump.exe

2017 年 3 月 9 日晚上 9:50 14,962,688 llvm-ranlib.exe

2017 年 3 月 9 日晚上 9:30 42,117,120 LTO.dll

2017 年 3 月 9 日晚上 9:35 16,766,976 模块化.exe

11/14/2015 12:34 AM 23 scan-build.bat

2015 年 12 月 21 日下午 4:19 4,504 扫描视图

4

1 回答 1

3

聚会有点晚了,但我有一个很好的工作答案。GitHub 上的这个repo 有为 windows 构建的二进制文件。它附带:

  • llc
  • lli
  • llvm-dis
  • 还有更多!
于 2020-04-20T23:20:57.770 回答