Files
swift-mirror/utils/llvm-opt/llvm-opt.in
Dmitri Hrybenko 6670bb76ec Rewrite the CMake build system
Swift SVN r24124
2014-12-23 22:15:30 +00:00

10 lines
201 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.
#
set -e
"@OPT@" -load "@SWIFT_LLVM_DYLIB@" "$@"