[PowerPC64] Starting from FreeBSD 13.0, default to ELFv2 ABIThis changes the LLVM default powerpc64 ABI to ELFv2, if target OS isFreeBSD >= 13.0This will also be sent upstream.Submitted by: al
[PowerPC64] Starting from FreeBSD 13.0, default to ELFv2 ABIThis changes the LLVM default powerpc64 ABI to ELFv2, if target OS isFreeBSD >= 13.0This will also be sent upstream.Submitted by: alfredo.junior_eldorado.org.brReviewed by: dim, luporlRelnotes: YESDifferential Revision: https://reviews.freebsd.org/D20383
show more ...
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp9.0.1 final release c1a0a213378a458fbea1a5c77b315c7dce08fd05.Release notes for llvm, clang, lld and libc++ 9.0.1 will become
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp9.0.1 final release c1a0a213378a458fbea1a5c77b315c7dce08fd05.Release notes for llvm, clang, lld and libc++ 9.0.1 will becomeavailable here:https://releases.llvm.org/9.0.1/docs/ReleaseNotes.htmlhttps://releases.llvm.org/9.0.1/tools/clang/docs/ReleaseNotes.htmlhttps://releases.llvm.org/9.0.1/tools/lld/docs/ReleaseNotes.htmlhttps://releases.llvm.org/9.0.1/projects/libcxx/docs/ReleaseNotes.htmlPR: 240629MFC after: 1 month
Move all sources from the llvm project into contrib/llvm-project.This uses the new layout of the upstream repository, which was recentlymigrated to GitHub, and converted into a "monorepo". That i
Move all sources from the llvm project into contrib/llvm-project.This uses the new layout of the upstream repository, which was recentlymigrated to GitHub, and converted into a "monorepo". That is, most ofthe earlier separate sub-projects with their own branches and tags wereconsolidated into one top-level directory, and are now branched andtagged together.Updating the vendor area to match this layout is next.
123