docs: Add snippet for compiler linker split

pull/5681/head
Dylan Baker 6 years ago
parent c55285351a
commit 931a1b9187
  1. 6
      docs/markdown/snippets/split-compiler-and-linker-representations.md

@ -0,0 +1,6 @@
## Compiler and dynamic linker representation split
0.52.0 inclues a massive refactor of the representaitons of compilers to
tease apart the representations of compilers and dynamic linkers (ld). This
fixes a number of compiler/linker combinations. In particular this fixes
use GCC and vanilla clang on macOS.
Loading…
Cancel
Save