Skip to content

Instantly share code, notes, and snippets.

@handledexception
Created September 9, 2019 23:13
Show Gist options
  • Save handledexception/63c7995b8c9ec9416c094ee28f9fd504 to your computer and use it in GitHub Desktop.
Save handledexception/63c7995b8c9ec9416c094ee28f9fd504 to your computer and use it in GitHub Desktop.
Ubuntu Install Clang 8
sudo apt-add-repository deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main
apt-get install clang-8 lldb-8 lld-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment