Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2017 11:25:21 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r318985 - projects/clang500-import/lib/clang/libllvm
Message-ID:  <201705271125.v4RBPLeu067827@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Sat May 27 11:25:21 2017
New Revision: 318985
URL: https://svnweb.freebsd.org/changeset/base/318985

Log:
  Missed a few additional files in libllvm, for llvm-objdump and llvm-pdbdump.

Modified:
  projects/clang500-import/lib/clang/libllvm/Makefile

Modified: projects/clang500-import/lib/clang/libllvm/Makefile
==============================================================================
--- projects/clang500-import/lib/clang/libllvm/Makefile	Sat May 27 11:21:20 2017	(r318984)
+++ projects/clang500-import/lib/clang/libllvm/Makefile	Sat May 27 11:25:21 2017	(r318985)
@@ -329,6 +329,7 @@ SRCS_MIN+=	DebugInfo/CodeView/CodeViewEr
 SRCS_MIN+=	DebugInfo/CodeView/CodeViewRecordIO.cpp
 SRCS_EXT+=	DebugInfo/CodeView/EnumTables.cpp
 SRCS_MIN+=	DebugInfo/CodeView/Formatters.cpp
+SRCS_EXT+=	DebugInfo/CodeView/LazyRandomTypeCollection.cpp
 SRCS_MIN+=	DebugInfo/CodeView/Line.cpp
 SRCS_EXT+=	DebugInfo/CodeView/ModuleDebugFileChecksumFragment.cpp
 SRCS_EXT+=	DebugInfo/CodeView/ModuleDebugFragment.cpp
@@ -616,6 +617,7 @@ SRCS_MIN+=	Object/RecordStreamer.cpp
 SRCS_MIW+=	Object/SymbolSize.cpp
 SRCS_MIN+=	Object/SymbolicFile.cpp
 SRCS_MIN+=	Object/WasmObjectFile.cpp
+SRCS_MIW+=	Object/WindowsResource.cpp
 SRCS_MIN+=	ObjectYAML/COFFYAML.cpp
 SRCS_MIN+=	ObjectYAML/DWARFYAML.cpp
 SRCS_MIN+=	ObjectYAML/ELFYAML.cpp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705271125.v4RBPLeu067827>