|
4 | 4 | .clang-format
|
5 | 5 | .clang-tidy
|
6 | 6 | .git-blame-ignore-revs
|
| 7 | +.gitattributes |
7 | 8 | .github/
|
8 | 9 | .gitignore
|
9 | 10 | .mailmap
|
@@ -266,7 +267,6 @@ libcxx/include/__config_site.in
|
266 | 267 | libcxx/include/__support/
|
267 | 268 | libcxx/lib/
|
268 | 269 | libcxx/modules/CMakeLists.txt
|
269 |
| -libcxx/modules/CMakeLists.txt.in |
270 | 270 | libcxx/modules/README.md
|
271 | 271 | libcxx/src/CMakeLists.txt
|
272 | 272 | libcxx/src/support/win32/
|
@@ -549,7 +549,8 @@ llvm/lib/CodeGen/MIRParser/CMakeLists.txt
|
549 | 549 | llvm/lib/CodeGen/README.txt
|
550 | 550 | llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt
|
551 | 551 | llvm/lib/DWARFLinker/CMakeLists.txt
|
552 |
| -llvm/lib/DWARFLinkerParallel/CMakeLists.txt |
| 552 | +llvm/lib/DWARFLinker/Classic/CMakeLists.txt |
| 553 | +llvm/lib/DWARFLinker/Parallel/CMakeLists.txt |
553 | 554 | llvm/lib/DWP/CMakeLists.txt
|
554 | 555 | llvm/lib/DebugInfo/BTF/CMakeLists.txt
|
555 | 556 | llvm/lib/DebugInfo/CMakeLists.txt
|
@@ -751,6 +752,7 @@ llvm/lib/TargetParser/CMakeLists.txt
|
751 | 752 | llvm/lib/Testing/Annotations/CMakeLists.txt
|
752 | 753 | llvm/lib/Testing/CMakeLists.txt
|
753 | 754 | llvm/lib/Testing/Support/CMakeLists.txt
|
| 755 | +llvm/lib/TextAPI/BinaryReader/CMakeLists.txt |
754 | 756 | llvm/lib/TextAPI/CMakeLists.txt
|
755 | 757 | llvm/lib/ToolDrivers/CMakeLists.txt
|
756 | 758 | llvm/lib/ToolDrivers/llvm-dlltool/CMakeLists.txt
|
@@ -936,6 +938,7 @@ llvm/utils/llvm-native-gxx
|
936 | 938 | llvm/utils/llvm-original-di-preservation.py
|
937 | 939 | llvm/utils/llvm.grm
|
938 | 940 | llvm/utils/merge-stats.py
|
| 941 | +llvm/utils/mlgo-utils/ |
939 | 942 | llvm/utils/not/
|
940 | 943 | llvm/utils/pipeline.py
|
941 | 944 | llvm/utils/prepare-code-coverage-artifact.py
|
|
0 commit comments