6 lines
94 B
Bash
Raw Normal View History

2021-07-15 09:55:00 +02:00
#!/bin/sh -eux
major=$(llvm-config --version | cut -d '.' -f1)
llvm-config-$major --version