aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2022-02-16ci: use zig-bootstrap for windowsAndrew Kelley
2022-02-04stage1: Fix missing LLD libraryKazuki Sakamoto
2021-09-30fix the list of llvm librariesAndrew Kelley
2021-09-15Merge remote-tracking branch 'origin/master' into llvm13Andrew Kelley
2021-09-08cmake: also check Homebrew install paths when looking for LLVMFnControlOption
2021-08-15cmake: update to LLVM 13 rc1Andrew Kelley
2021-06-29Remove mention of lldMachO from the projectJakub Konka
2021-03-13Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-03-13cmake build: allow overriding whether to use llvm-configAndrew Kelley
2021-03-01cmake: update findllvm.cmake file to include llvm12 librariesTimon Kruiper
2020-12-16Update LLVM version numbers in CMakeJakub Konka
2020-11-02fix cmake logic for checking LLVM versionAndrew Kelley
2020-10-16Add llvm-config detection when dynlinking clangJakub Konka
2020-10-07Merge remote-tracking branch 'origin/master' into llvm11Andrew Kelley
2020-10-06Update the list of libraries that llvm11 usesTimon Kruiper
2020-10-04cmake: add option to use llvm-config to find cross-target llvm depsJohn Sullivan
2020-09-26Print the llvm-config path on configuration errorFrank Denis
2020-09-03Merge remote-tracking branch 'origin/master' into llvm11Andrew Kelley
2020-09-01Fixing dylib search pathpwzk
2020-07-24llvm11: link against libClangToolingCoreAndrew Kelley
2020-07-24update LLVM 10 version numbers to 11Andrew Kelley
2020-04-17update cmake, update readme, in response to the dynamic linking fiascoAndrew Kelley
2020-04-11cmake: allow not finding some clang libsAndrew Kelley
2020-04-10put the previous commit behind cmake option ZIG_PREFER_CLANG_CPP_DYLIBAndrew Kelley
2020-04-10look for clang-cpp shared lib when it existsAndrew Kelley
2020-04-07Fix paths to find llvm/clang on DragonFlyMichael Neumann
2020-04-06cmake: improvements to cross-compiling for WindowsAndrew Kelley
2020-03-30Create an "LLD_LIBDIRS" var to override lld locBrian Cain
2020-03-27cmake: support cross compilingAndrew Kelley
2020-03-27Merge pull request #4827 from ziglang/zig-cppAndrew Kelley
2020-03-27cmake: support finding a cross compiled llvmAndrew Kelley
2020-03-25cmake: address new warnings from cmake-3.17Michael Dusan
2020-03-22simplify cmake logic for finding clangAndrew Kelley
2020-02-25Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-16rename libuserland to libstage2Andrew Kelley
2020-02-16remove libc dependency of zig0 building libstage2Andrew Kelley
2020-01-22Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-01-17cmake: support `make` and `make install`Michael Dusan
2020-01-16Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2019-10-16msvc: reduce inlining aggressivity to workaround a codegen bug in cl.exe cf. ...Sahnvour
2019-10-16stage1: override cmake's default compilation flags to statically link the CRT...Sahnvour
2019-10-12Fix lld search pathLemonBoy
2019-10-02llvm 9.0.0 => llvm 10.0.0Andrew Kelley
2019-07-17update zig codebase to llvm 9Andrew Kelley
2019-07-16update to llvm9 trunkAndrew Kelley
2019-07-16cmake: allow user to select static vs dynamic LLVMdaurnimator
2019-07-09Revert "fixed path with spaces in llvm-config (#2854)"Andrew Kelley
2019-07-09fixed path with spaces in llvm-config (#2854)Ian Lilley
2019-04-24Fix alignment of macro FIND_AND_ADD_CLANG_LIBWink Saville
2019-02-28Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley