[llvm-dev] Opt tool missing (original) (raw)
via llvm-dev llvm-dev at lists.llvm.org
Thu Feb 7 09:00:10 PST 2019
- Previous message: [llvm-dev] Opt tool missing
- Next message: [llvm-dev] Specify default value for FunctionType::get's isVarArg parameter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"opt" is considered a developer tool, and the prebuilt packages are intended for end users. So yes, you will need to build opt yourself if you want to use it. There's probably a list of what's in the packages somewhere, but I don't know where. --paulr
From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of s nedunuri via llvm-dev Sent: Wednesday, February 06, 2019 4:07 PM To: llvm-dev at lists.llvm.org Subject: [llvm-dev] Opt tool missing
Hello I downloaded the windows binary of LLVM (LLVM-9.0.0-r***-win64.exe) and it's missing the opt tool (it also appears to be missing from the 6.xxx binary so it's not a recent development). Do I need to build from source to get this tool? Is there a complete list of what's included in the binary packages? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190207/3e969355/attachment-0001.html>
- Previous message: [llvm-dev] Opt tool missing
- Next message: [llvm-dev] Specify default value for FunctionType::get's isVarArg parameter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]