[PATCH] D112519: parallel-libs: remove some artifacts
Sylvestre Ledru via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 26 00:41:18 PDT 2021
sylvestre.ledru created this revision.
sylvestre.ledru added reviewers: dblaikie, jlebar.
sylvestre.ledru requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D112519
Files:
clang/docs/ClangFormattedStatus.rst
clang/docs/tools/clang-formatted-files.txt
llvm/docs/Proposals/GitHubMove.rst
llvm/docs/Proposals/VariableNames.rst
Index: llvm/docs/Proposals/VariableNames.rst
===================================================================
--- llvm/docs/Proposals/VariableNames.rst
+++ llvm/docs/Proposals/VariableNames.rst
@@ -338,7 +338,6 @@
* compiler-rt
* libunwind
* openmp
- * parallel-libs
* polly
* lldb
Index: llvm/docs/Proposals/GitHubMove.rst
===================================================================
--- llvm/docs/Proposals/GitHubMove.rst
+++ llvm/docs/Proposals/GitHubMove.rst
@@ -750,7 +750,7 @@
subprojects=( clang clang-tools-extra compiler-rt debuginfo-tests libclc
libcxx libcxxabi libunwind lld lldb llgo llvm openmp
- parallel-libs polly pstl )
+ polly pstl )
# Import histories for upstream split projects (this was probably
# already done for the ``migrate-downstream-fork.py`` run).
@@ -853,7 +853,7 @@
subprojects=( clang clang-tools-extra compiler-rt debuginfo-tests libclc
libcxx libcxxabi libunwind lld lldb llgo llvm openmp
- parallel-libs polly pstl )
+ polly pstl )
# Import histories for upstream split projects (this was probably
# already done for the ``migrate-downstream-fork.py`` run).
Index: clang/docs/tools/clang-formatted-files.txt
===================================================================
--- clang/docs/tools/clang-formatted-files.txt
+++ clang/docs/tools/clang-formatted-files.txt
@@ -7801,15 +7801,6 @@
openmp/tools/multiplex/tests/custom_data_storage/second-tool.h
openmp/tools/multiplex/tests/print/first-tool.h
openmp/tools/multiplex/tests/print/second-tool.h
-parallel-libs/acxxel/acxxel.cpp
-parallel-libs/acxxel/opencl_acxxel.cpp
-parallel-libs/acxxel/span.h
-parallel-libs/acxxel/status.h
-parallel-libs/acxxel/examples/opencl_example.cpp
-parallel-libs/acxxel/tests/multi_device_test.cpp
-parallel-libs/acxxel/tests/opencl_test.cpp
-parallel-libs/acxxel/tests/span_test.cpp
-parallel-libs/acxxel/tests/status_test.cpp
polly/include/polly/Canonicalization.h
polly/include/polly/CodePreparation.h
polly/include/polly/DeadCodeElimination.h
Index: clang/docs/ClangFormattedStatus.rst
===================================================================
--- clang/docs/ClangFormattedStatus.rst
+++ clang/docs/ClangFormattedStatus.rst
@@ -7804,21 +7804,6 @@
- `2`
- `0`
- :good:`100%`
- * - parallel-libs/acxxel
- - `6`
- - `4`
- - `2`
- - :part:`66%`
- * - parallel-libs/acxxel/examples
- - `1`
- - `1`
- - `0`
- - :good:`100%`
- * - parallel-libs/acxxel/tests
- - `5`
- - `4`
- - `1`
- - :part:`80%`
* - polly/include/polly
- `26`
- `26`
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112519.382212.patch
Type: text/x-patch
Size: 2716 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211026/7694964f/attachment.bin>
More information about the llvm-commits
mailing list