index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmake
/
Findlld.cmake
Age
Commit message (
Expand
)
Author
2025-08-30
build: update to LLVM 21
Alex Rønne Petersen
2025-04-06
Add lld path of linuxbrew installation (#23466)
Ziyi Yan
2025-04-04
build: Update to LLVM/Clang 20.
Alex Rønne Petersen
2025-04-04
Change the lld path on macos homebrew
Dimitris Dinodimos
2024-09-19
cmake: Update to LLVM 19.
Alex Rønne Petersen
2024-05-08
update CMake files to LLVM 18
Andrew Kelley
2023-09-19
update cmake files to LLVM 17
Andrew Kelley
2023-01-25
update cmake files to LLVM 16
Andrew Kelley
2022-07-28
update to LLVM 15
Andrew Kelley
2022-07-23
CMake: Search more permissively for LLD
Cody Tapscott
2022-07-23
CMake: Improve usage of `llvm-config`, esp. for consistent linking
Cody Tapscott
2022-07-14
CMake: Use NAMES_PER_DIR in all lookups
Cody Tapscott
2022-07-01
LLD: there are fewer libraries to link against now
Andrew Kelley
2022-07-01
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-02-04
stage1: Fix missing LLD library
Kazuki Sakamoto
2022-02-03
update cmake files to LLVM 14
Andrew Kelley
2021-09-15
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-09-08
cmake: also check Homebrew install paths when looking for LLVM
FnControlOption
2021-08-15
cmake: update to LLVM 13 rc1
Andrew Kelley
2021-06-29
Remove mention of lldMachO from the project
Jakub Konka
2020-12-16
Update LLVM version numbers in CMake
Jakub Konka
2020-07-24
update LLVM 10 version numbers to 11
Andrew Kelley
2020-04-07
Fix paths to find llvm/clang on DragonFly
Michael Neumann
2020-03-30
Create an "LLD_LIBDIRS" var to override lld loc
Brian Cain
2020-03-25
cmake: address new warnings from cmake-3.17
Michael Dusan
2019-10-12
Fix lld search path
LemonBoy
2019-10-02
llvm 9.0.0 => llvm 10.0.0
Andrew Kelley
2019-07-16
update to llvm9 trunk
Andrew Kelley
2018-12-23
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2018-11-27
tier 2 support for freebsd
Andrew Kelley
2018-10-20
Fix CMake finding LLVM/clang/lld on FreeBSD
Greg V
2018-09-19
update to llvm 8
Andrew Kelley
2018-06-14
llvm7: find external liblldWasm and update for newest lld macho API
Andrew Kelley
2017-11-02
update to llvm master
Andrew Kelley
2017-08-26
update build to look for llvm 5.0
Andrew Kelley
2017-06-03
add appveyor integration testing
Andrew Kelley
2017-04-13
build: ignore libLLD.so when it is a broken symlink
Andrew Kelley
2017-04-11
try harder to find lld
Andrew Kelley
2017-03-29
fix cmake finding dependencies for ubuntu
Josh Wolfe
2017-03-13
use lld instead of system linker
Andrew Kelley