Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am lafeevert on github.

  • I am absinthe (https://keybase.io/absinthe) on keybase.

  • I have a public key ASBZS-YMzXeurVcEk7cys06OBCs3JAFYP7uQEBYpELmwBQo

#!/usr/bin/env bash
# --slave /usr/bin/$1 $1 /usr/bin/$1-\${version} \\
function register_clang_version {
local version=$1
local priority=$2
update-alternatives \
--install /usr/bin/llvm-config llvm-config /usr/bin/llvm-config-${version} ${priority} \