No llvm opt command in Mavericks
llvm, macos, optimization, osx-mavericks
Solution
Apple never shipped 'base' LLVM tools with its within XCode command line tools, only clang. You need to compile the desired revision / release of LLVM by yourself. You can download the pre-built binaries at http://llvm.org/releases/download.html as well.
Problem
I installed Xcode 5.0.1 on Macosx 10.9 Mavericks and the command line tools (I can use gcc/clang on the command line for instance) but the command `opt` seems to have disappeared. Was it replaced by something else ?