Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2019 20:32:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 236062] [exp-run] Against projects/clang800-import branch
Message-ID:  <bug-236062-7788-6f8gsvhKrr@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-236062-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-236062-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236062

--- Comment #50 from commit-hook@freebsd.org ---
A commit references this bug:

Author: dim
Date: Tue Jul 23 20:31:58 UTC 2019
New revision: 350259
URL: https://svnweb.freebsd.org/changeset/base/350259

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, thre=
ad
  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 r348689 (by emaste):

  Use CLANG knob to remove llvm-symbolizer man page

  r348504 moved llvm-symbolizer from the CLANG_EXTRAS knob to CLANG, but
  the man page was still in the CLANG_EXTRAS section in
  OptionalObsoleteFiles.inc.

  Reported by:  jhb

  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/11/
  stable/11/ObsoleteFiles.inc
  stable/11/UPDATING
=20
stable/11/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limit=
s_netbsd.cc
  stable/11/contrib/libunwind/src/DwarfInstructions.hpp
  stable/11/contrib/libunwind/src/UnwindRegistersRestore.S
  stable/11/contrib/libunwind/src/UnwindRegistersSave.S
  stable/11/contrib/libunwind/src/assembly.h
  stable/11/contrib/llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
  stable/11/contrib/llvm/lib/MC/ELFObjectWriter.cpp
  stable/11/contrib/llvm/lib/MC/MCWin64EH.cpp
  stable/11/contrib/llvm/lib/MC/WasmObjectWriter.cpp
  stable/11/contrib/llvm/lib/Object/COFFImportFile.cpp
  stable/11/contrib/llvm/lib/Target/AArch64/AArch64SchedExynosM4.td
  stable/11/contrib/llvm/lib/Target/AArch64/AArch64SchedPredExynos.td
  stable/11/contrib/llvm/lib/Target/AArch64/AArch64SchedPredicates.td
  stable/11/contrib/llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
  stable/11/contrib/llvm/lib/Target/AMDGPU/VOP2Instructions.td
  stable/11/contrib/llvm/lib/Target/AVR/AVRISelLowering.cpp
  stable/11/contrib/llvm/lib/Target/AVR/AVRISelLowering.h
  stable/11/contrib/llvm/lib/Target/AVR/AVRSubtarget.cpp
  stable/11/contrib/llvm/lib/Target/AVR/AVRSubtarget.h
  stable/11/contrib/llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
  stable/11/contrib/llvm/lib/Target/Mips/MicroMips32r6InstrInfo.td
  stable/11/contrib/llvm/lib/Target/Mips/MicroMipsInstrFPU.td
  stable/11/contrib/llvm/lib/Target/Mips/MipsAsmPrinter.cpp
  stable/11/contrib/llvm/lib/Target/Mips/MipsDSPInstrInfo.td
  stable/11/contrib/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp
  stable/11/contrib/llvm/lib/Target/Mips/MipsFastISel.cpp
  stable/11/contrib/llvm/lib/Target/Mips/MipsSEInstrInfo.cpp
  stable/11/contrib/llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
  stable/11/contrib/llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
  stable/11/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
  stable/11/contrib/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  stable/11/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.td
  stable/11/contrib/llvm/lib/Target/PowerPC/PPCSubtarget.cpp
  stable/11/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.cpp
  stable/11/contrib/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  stable/11/contrib/llvm/lib/Target/X86/X86FastISel.cpp
  stable/11/contrib/llvm/lib/Target/X86/X86TargetMachine.cpp
  stable/11/contrib/llvm/tools/clang/lib/AST/MicrosoftMangle.cpp
  stable/11/contrib/llvm/tools/clang/lib/Basic/Version.cpp
  stable/11/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.cpp
  stable/11/contrib/llvm/tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  stable/11/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/PPC.cpp
  stable/11/contrib/llvm/tools/clang/lib/Driver/ToolChains/Clang.cpp
  stable/11/contrib/llvm/tools/clang/lib/Driver/ToolChains/Linux.cpp
  stable/11/contrib/llvm/tools/clang/lib/Sema/SemaOpenMP.cpp
  stable/11/contrib/llvm/tools/lld/COFF/Writer.cpp
  stable/11/contrib/llvm/tools/lld/ELF/Arch/PPC64.cpp
  stable/11/contrib/llvm/tools/lld/ELF/InputSection.cpp
  stable/11/contrib/llvm/tools/lld/ELF/SyntheticSections.cpp
  stable/11/contrib/llvm/tools/lld/ELF/Writer.cpp
  stable/11/contrib/llvm/tools/llvm-objdump/llvm-objdump.cpp
  stable/11/contrib/openmp/runtime/src/kmp_atomic.h
  stable/11/contrib/openmp/runtime/src/kmp_csupport.cpp
  stable/11/contrib/openmp/runtime/src/ompt-specific.cpp
  stable/11/etc/mtree/BSD.debug.dist
  stable/11/etc/mtree/BSD.usr.dist
  stable/11/lib/clang/freebsd_cc_version.h
  stable/11/lib/clang/headers/Makefile
  stable/11/lib/clang/include/clang/Basic/Version.inc
  stable/11/lib/clang/include/clang/Config/config.h
  stable/11/lib/clang/include/lld/Common/Version.inc
  stable/11/lib/clang/include/llvm/Config/config.h
  stable/11/lib/clang/include/llvm/Config/llvm-config.h
  stable/11/lib/clang/include/llvm/Support/VCSRevision.h
  stable/11/lib/clang/libllvm/Makefile
  stable/11/lib/libclang_rt/Makefile.inc
  stable/11/tools/build/mk/OptionalObsoleteFiles.inc
  stable/11/usr.bin/clang/Makefile

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236062-7788-6f8gsvhKrr>