aboutsummaryrefslogtreecommitdiff
path: root/src/libs
diff options
context:
space:
mode:
authormlugg <mlugg@mlugg.co.uk>2025-06-06 20:20:06 +0100
committermlugg <mlugg@mlugg.co.uk>2025-06-12 13:55:40 +0100
commit808c15dd397f995d9bdf43664ee5644b39c9c863 (patch)
tree68ca882637676a120b3acac7ca4708d7271abb44 /src/libs
parent89ba8859704486d526a75434f18d5a25ff89d57b (diff)
downloadzig-808c15dd397f995d9bdf43664ee5644b39c9c863.tar.gz
zig-808c15dd397f995d9bdf43664ee5644b39c9c863.zip
link.Lld: remove dead caching logic
It turns out that LLD caching hasn't been in use for a while. On master, it is currently only enabled when you compile via the build system, passing `-fincremental`, using LLD (and so LLVM if there's a ZCU). That case never happens, because `-fincremental` is only useful when you're using a backend *other* than the LLVM backend. My previous commits accidentally re-enabled this logic in some cases, exposing bugs; that ultimately led to this realisation. So, let's just delete that logic -- less LLVM-related cruft to maintain.
Diffstat (limited to 'src/libs')
0 files changed, 0 insertions, 0 deletions