google / souper

A superoptimizer for LLVM IR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bug] no `opt` executable in the `build` folder

jianguda opened this issue · comments

Hey, we built latest souper yesterday, however, we can not found the opt executable in the build folder. We guess this should be one bug, please check this.

hi, opt is part of LLVM,not part of souper. you should find the opt executable here:
souper/third_party/llvm/Release-build/bin/opt
(or maybe Debug-build)

thanks!