diff options
Diffstat (limited to 'lib/clang/libllvmminimal/Makefile')
-rw-r--r-- | lib/clang/libllvmminimal/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/clang/libllvmminimal/Makefile b/lib/clang/libllvmminimal/Makefile index aeae260bf185..583328d60b50 100644 --- a/lib/clang/libllvmminimal/Makefile +++ b/lib/clang/libllvmminimal/Makefile @@ -1,4 +1,3 @@ - .include <bsd.init.mk> .include "../llvm.pre.mk" @@ -21,11 +20,11 @@ SRCS+= Support/DebugCounter.cpp SRCS+= Support/Errno.cpp SRCS+= Support/Error.cpp SRCS+= Support/ErrorHandling.cpp +SRCS+= Support/ExtensibleRTTI.cpp SRCS+= Support/FoldingSet.cpp SRCS+= Support/FormatVariadic.cpp SRCS+= Support/FormattedStream.cpp SRCS+= Support/GraphWriter.cpp -SRCS+= Support/Hashing.cpp SRCS+= Support/InitLLVM.cpp SRCS+= Support/IntEqClasses.cpp SRCS+= Support/JSON.cpp @@ -35,11 +34,12 @@ SRCS+= Support/ManagedStatic.cpp SRCS+= Support/MemAlloc.cpp SRCS+= Support/MemoryBuffer.cpp SRCS+= Support/NativeFormatting.cpp +SRCS+= Support/Optional.cpp SRCS+= Support/Path.cpp SRCS+= Support/PrettyStackTrace.cpp SRCS+= Support/Process.cpp SRCS+= Support/Program.cpp -SRCS+= Support/RISCVISAInfo.cpp +SRCS+= Support/RISCVISAUtils.cpp SRCS+= Support/RandomNumberGenerator.cpp SRCS+= Support/Regex.cpp SRCS+= Support/Signals.cpp |