Skip to content

Instantly share code, notes, and snippets.

@thesamesam
Last active April 12, 2022 23:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thesamesam/f7a9c17df0165e86babb189fda8d3048 to your computer and use it in GitHub Desktop.
Save thesamesam/f7a9c17df0165e86babb189fda8d3048 to your computer and use it in GitHub Desktop.

GCC

LLVM

  • Arch Linux has patched it in (on by default) for Clang for a while
  • Gentoo wanted to use it sooner but was waiting for an upstream acceptable patch to avoid rebasing, since 14+ is on by default
  • Chimera Linux and any LLVM based musl distros will be using it as it is forced on for musl in LLVM anyway

Most distributions do not use an LLVM-based toolchain by default because this mostly (until very very recently) required using non-glibc. Hence there has been less importance or regard for what LLVM's default was until recently because it was not used as a system compiler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment