summaryrefslogtreecommitdiff
path: root/usr.bin/clang
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2020-01-26 21:55:17 +0000
committerDimitry Andric <dim@FreeBSD.org>2020-01-26 21:55:17 +0000
commit56e766af41cd68310f5583bb893b13c006fcb44f (patch)
treef566c8d9ea22462e2450932cca7deb9ef91aaa9b /usr.bin/clang
parentb1ae91026f3e631bb27df75286a75aafe60cc2e5 (diff)
downloadsrc-test2-56e766af41cd68310f5583bb893b13c006fcb44f.tar.gz
src-test2-56e766af41cd68310f5583bb893b13c006fcb44f.zip
Notes
Diffstat (limited to 'usr.bin/clang')
-rw-r--r--usr.bin/clang/lld/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/clang/lld/Makefile b/usr.bin/clang/lld/Makefile
index 69ad4e2445c8..3bf5454d1b83 100644
--- a/usr.bin/clang/lld/Makefile
+++ b/usr.bin/clang/lld/Makefile
@@ -27,6 +27,7 @@ CFLAGS+= -I${OBJTOP}/lib/clang/libllvm
SRCDIR= lld
SRCS+= Common/Args.cpp
+SRCS+= Common/DWARF.cpp
SRCS+= Common/ErrorHandler.cpp
SRCS+= Common/Filesystem.cpp
SRCS+= Common/Memory.cpp
@@ -36,6 +37,7 @@ SRCS+= Common/TargetOptionsCommandFlags.cpp
SRCS+= Common/Threads.cpp
SRCS+= Common/Version.cpp
SRCS+= ELF/AArch64ErrataFix.cpp
+SRCS+= ELF/ARMErrataFix.cpp
SRCS+= ELF/Arch/AArch64.cpp
SRCS+= ELF/Arch/AMDGPU.cpp
SRCS+= ELF/Arch/ARM.cpp