diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2020-01-26 21:55:17 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2020-01-26 21:55:17 +0000 |
| commit | 56e766af41cd68310f5583bb893b13c006fcb44f (patch) | |
| tree | f566c8d9ea22462e2450932cca7deb9ef91aaa9b /usr.bin/clang | |
| parent | b1ae91026f3e631bb27df75286a75aafe60cc2e5 (diff) | |
Notes
Diffstat (limited to 'usr.bin/clang')
| -rw-r--r-- | usr.bin/clang/lld/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/clang/lld/Makefile b/usr.bin/clang/lld/Makefile index 69ad4e2445c82..3bf5454d1b832 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 |
