Files
swift-mirror/utils/llvm-opt/llvm-opt.in
2014-09-09 22:38:08 +00:00

7 lines
188 B
Bash
Executable File

#!/bin/bash
# This is a wrapper around llvm's opt command line tool that automatically
# performs the necessary work to access swift's llvm passes.
"@OPT@" -load "@SWIFT_LLVM_DYLIB@" $@