mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
7 lines
188 B
Bash
Executable File
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@" $@
|