mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
6 lines
94 B
Bash
6 lines
94 B
Bash
|
#!/bin/sh -eux
|
||
|
|
||
|
major=$(llvm-config --version | cut -d '.' -f1)
|
||
|
|
||
|
llvm-config-$major --version
|