diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2021-11-20 17:39:12 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2022-05-14 11:43:32 +0000 |
commit | 5e801ac66d24704442eba426ed13c3effb8a34e7 (patch) | |
tree | fbacd59e1bd2f5ae75d5717a1274b95f12ac1c22 /lib/clang/libclang/Makefile | |
parent | 349cc55c9796c4596a5b9904cd3281af295f878f (diff) | |
parent | 846a2208a8ab099f595fe7e8b2e6d54a7b5e67fb (diff) |
Merge llvm-project main llvmorg-14-init-10223-g401b76fdf2b3
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvmorg-14-init-10223-g401b76fdf2b3.
PR: 261742
MFC after: 2 weeks
Diffstat (limited to 'lib/clang/libclang/Makefile')
-rw-r--r-- | lib/clang/libclang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/clang/libclang/Makefile b/lib/clang/libclang/Makefile index 217417811846..f903328045e0 100644 --- a/lib/clang/libclang/Makefile +++ b/lib/clang/libclang/Makefile @@ -176,6 +176,7 @@ SRCS_MIN+= Analysis/ThreadSafetyTIL.cpp SRCS_MIN+= Analysis/UninitializedValues.cpp SRCS_MIN+= Basic/Attributes.cpp SRCS_MIN+= Basic/Builtins.cpp +SRCS_MIN+= Basic/CLWarnings.cpp SRCS_MIN+= Basic/CharInfo.cpp SRCS_MIN+= Basic/CodeGenOptions.cpp SRCS_MIN+= Basic/Cuda.cpp @@ -267,9 +268,7 @@ SRCS_MIN+= CodeGen/CGObjCMac.cpp SRCS_MIN+= CodeGen/CGObjCRuntime.cpp SRCS_MIN+= CodeGen/CGOpenCLRuntime.cpp SRCS_MIN+= CodeGen/CGOpenMPRuntime.cpp -SRCS_MIN+= CodeGen/CGOpenMPRuntimeAMDGCN.cpp SRCS_MIN+= CodeGen/CGOpenMPRuntimeGPU.cpp -SRCS_MIN+= CodeGen/CGOpenMPRuntimeNVPTX.cpp SRCS_MIN+= CodeGen/CGRecordLayoutBuilder.cpp SRCS_MIN+= CodeGen/CGStmt.cpp SRCS_MIN+= CodeGen/CGStmtOpenMP.cpp @@ -370,6 +369,7 @@ SRCS_EXT+= Format/Format.cpp SRCS_EXT+= Format/FormatToken.cpp SRCS_EXT+= Format/FormatTokenLexer.cpp SRCS_EXT+= Format/NamespaceEndCommentsFixer.cpp +SRCS_EXT+= Format/QualifierAlignmentFixer.cpp SRCS_EXT+= Format/SortJavaScriptImports.cpp SRCS_EXT+= Format/TokenAnalyzer.cpp SRCS_EXT+= Format/TokenAnnotator.cpp |