09ee3581c0
Resolves: rhbz#2001107
6 lines
94 B
Bash
Executable File
6 lines
94 B
Bash
Executable File
#!/bin/sh -eux
|
|
|
|
major=$(llvm-config --version | cut -d '.' -f1)
|
|
|
|
llvm-config-$major --version
|