[Bug 236062] [exp-run] Against projects/clang800-import branch
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jul 23 18:41:30 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236062
--- Comment #49 from commit-hook at freebsd.org ---
A commit references this bug:
Author: dim
Date: Tue Jul 23 18:40:35 UTC 2019
New revision: 350256
URL: https://svnweb.freebsd.org/changeset/base/350256
Log:
MFC r348504 (by kevans):
llvm-symbolizer: Move out of CLANG_EXTRAS, into CLANG
ASAN reports become a lot more useful with llvm-symbolizer in $PATH, and the
build is not much more time-consuming. The added benefit is that the
resulting reports will actually include symbol information; without, thread
trace information includes a bunch of addresses that immediately resolve to
an inline function in
^/contrib/compiler-rt/lib/sanitizer_common/sanitizer_common.h and take a
little more effort to examine.
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D20484
MFC r349004:
Upgrade our copies of clang, llvm, lld, lldb, compiler-rt, libc++,
libunwind and openmp to the upstream release_80 branch r363030
(effectively, 8.0.1 rc2). The 8.0.1 release should follow this within a
week or so.
MFC r349351 (by jhibbits, partially):
powerpc: Transition to Secure-PLT, like most other OSs (Toolchain part)
Summary:
Toolchain follow-up to r349350. LLVM patches will be submitted upstream for
9.0 as well.
The bsd.cpu.mk change is required because GNU ld assumes BSS-PLT if it
cannot determine for certain that it needs Secure-PLT, and some binaries do
not compile in such a way to make it know to use Secure-PLT.
Reviewed By: nwhitehorn, bdragon, pfg
Differential Revision: https://reviews.freebsd.org/D20598
MFC r349793:
Upgrade our copies of clang, llvm, lld, lldb, compiler-rt, libc++,
libunwind and openmp to the upstream release_80 branch r364487
(effectively, 8.0.1 rc3). The 8.0.1 release will most likely
have no further changes.
MFC r350177:
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
8.0.1 final release r366581. The only functional change is a fix for a
mismerge of upstream r360816, which properly restores the r2 register
when unwinding on PowerPC64 (See https://reviews.freebsd.org/D20337).
Relnotes: yes
PR: 236062
Changes:
_U stable/12/
stable/12/ObsoleteFiles.inc
stable/12/UPDATING
stable/12/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cc
stable/12/contrib/libunwind/src/DwarfInstructions.hpp
stable/12/contrib/libunwind/src/UnwindRegistersRestore.S
stable/12/contrib/libunwind/src/UnwindRegistersSave.S
stable/12/contrib/libunwind/src/assembly.h
stable/12/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
stable/12/contrib/llvm/lib/MC/ELFObjectWriter.cpp
stable/12/contrib/llvm/lib/MC/MCWin64EH.cpp
stable/12/contrib/llvm/lib/MC/WasmObjectWriter.cpp
stable/12/contrib/llvm/lib/Object/COFFImportFile.cpp
stable/12/contrib/llvm/lib/Target/AArch64/AArch64SchedExynosM4.td
stable/12/contrib/llvm/lib/Target/AArch64/AArch64SchedPredExynos.td
stable/12/contrib/llvm/lib/Target/AArch64/AArch64SchedPredicates.td
stable/12/contrib/llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
stable/12/contrib/llvm/lib/Target/AMDGPU/VOP2Instructions.td
stable/12/contrib/llvm/lib/Target/AVR/AVRISelLowering.cpp
stable/12/contrib/llvm/lib/Target/AVR/AVRISelLowering.h
stable/12/contrib/llvm/lib/Target/AVR/AVRSubtarget.cpp
stable/12/contrib/llvm/lib/Target/AVR/AVRSubtarget.h
stable/12/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
stable/12/contrib/llvm/lib/Target/Mips/MicroMips32r6InstrInfo.td
stable/12/contrib/llvm/lib/Target/Mips/MicroMipsInstrFPU.td
stable/12/contrib/llvm/lib/Target/Mips/MipsAsmPrinter.cpp
stable/12/contrib/llvm/lib/Target/Mips/MipsDSPInstrInfo.td
stable/12/contrib/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp
stable/12/contrib/llvm/lib/Target/Mips/MipsFastISel.cpp
stable/12/contrib/llvm/lib/Target/Mips/MipsSEInstrInfo.cpp
stable/12/contrib/llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
stable/12/contrib/llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
stable/12/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
stable/12/contrib/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
stable/12/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.td
stable/12/contrib/llvm/lib/Target/PowerPC/PPCSubtarget.cpp
stable/12/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.cpp
stable/12/contrib/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
stable/12/contrib/llvm/lib/Target/X86/X86FastISel.cpp
stable/12/contrib/llvm/lib/Target/X86/X86TargetMachine.cpp
stable/12/contrib/llvm/tools/clang/lib/AST/MicrosoftMangle.cpp
stable/12/contrib/llvm/tools/clang/lib/Basic/Version.cpp
stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.cpp
stable/12/contrib/llvm/tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/PPC.cpp
stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Clang.cpp
stable/12/contrib/llvm/tools/clang/lib/Driver/ToolChains/Linux.cpp
stable/12/contrib/llvm/tools/clang/lib/Sema/SemaOpenMP.cpp
stable/12/contrib/llvm/tools/lld/COFF/Writer.cpp
stable/12/contrib/llvm/tools/lld/ELF/Arch/PPC64.cpp
stable/12/contrib/llvm/tools/lld/ELF/InputSection.cpp
stable/12/contrib/llvm/tools/lld/ELF/SyntheticSections.cpp
stable/12/contrib/llvm/tools/lld/ELF/Writer.cpp
stable/12/contrib/llvm/tools/llvm-objdump/llvm-objdump.cpp
stable/12/contrib/openmp/runtime/src/kmp_atomic.h
stable/12/contrib/openmp/runtime/src/kmp_csupport.cpp
stable/12/contrib/openmp/runtime/src/ompt-specific.cpp
stable/12/etc/mtree/BSD.debug.dist
stable/12/etc/mtree/BSD.usr.dist
stable/12/lib/clang/freebsd_cc_version.h
stable/12/lib/clang/headers/Makefile
stable/12/lib/clang/include/clang/Basic/Version.inc
stable/12/lib/clang/include/clang/Config/config.h
stable/12/lib/clang/include/lld/Common/Version.inc
stable/12/lib/clang/include/llvm/Config/config.h
stable/12/lib/clang/include/llvm/Config/llvm-config.h
stable/12/lib/clang/include/llvm/Support/VCSRevision.h
stable/12/lib/clang/libllvm/Makefile
stable/12/lib/libclang_rt/Makefile.inc
stable/12/tools/build/mk/OptionalObsoleteFiles.inc
stable/12/usr.bin/clang/Makefile
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list