File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,14 @@ repo=intel/graph-compiler
6
6
# set -x
7
7
8
8
print_usage () {
9
- echo " Usage:"
10
- echo " $0 "
11
- echo " [ -d | --dev ] Dev build, build LLVM in current env and place all to 'external' dir"
12
- echo " [ -l | --dyn ] Dynamical linking, requires rebuild of LLVM, activates 'dev' option"
13
- echo " [ -c | --clean ] Delete the build artifacts from the previous build"
14
- echo " [ -h | --help ] Print this message"
9
+ cat << EOF
10
+ Usage:
11
+ $( basename " $0 " )
12
+ [ -d | --dev ] Dev build, build LLVM in current env and place all to 'external' dir
13
+ [ -l | --dyn ] Dynamical linking, requires rebuild of LLVM, activates 'dev' option
14
+ [ -c | --clean ] Delete the build artifacts from the previous build
15
+ [ -h | --help ] Print this message
16
+ EOF
15
17
}
16
18
17
19
DEV_BUILD=false
You can’t perform that action at this time.
0 commit comments