5 lines
91 B
Bash
Executable file
5 lines
91 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e -x
|
|
|
|
$(dirname $0)/build-llvm-common.sh llvm install-llvm-symbolizer "$@"
|