summaryrefslogtreecommitdiff
path: root/contributing.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2024-01-18 02:42:08 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-01-18 02:42:08 +0100
commit8e7aa9e3938e169a0b9780b87755553a135d384a (patch)
tree13eab04434792e8a708114bb736453000781339f /contributing.mdwn
parent4c51710e91b5868f5674c66a28f7dd08716fc66f (diff)
hurd-amd64 llvm commited upstream
Diffstat (limited to 'contributing.mdwn')
-rw-r--r--contributing.mdwn1
1 files changed, 0 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index bf9ec82d..952cfcea 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -167,7 +167,6 @@ This is the list of tasks that we *want* to address soon, starting with the most
[discussion](https://lists.gnu.org/archive/html/bug-hurd/2023-10/msg00062.html).
* Settle CI for mig+gnumach+hurd+glibc.
* Port `dhcpcd`, see [call for help](https://lists.debian.org/debian-hurd/2023/11/msg00030.html)
-* Add hurd-amd64 support to llvm (probably only little to be done, such as paths fixes, adding case to `clang/lib/Basic/Targets.cpp`'s `AllocateTarget` and `llvm/unittests/TargetParser/TripleTest.cpp`, and adding paths tests cases), youpi is having a look: [pull request](https://github.com/llvm/llvm-project/pull/78065)
* Extensively test (e.g. running testsuites of glibc, perl) and fix the lwip-based TCP/IP stack, to be sure we don't get regressions by switching to it.
* Prevent duplicate instances of `rumpdisk` from competing for the disk PCI cards (e.g. when a second one gets started from a chroot).
* Fix the memory consumption of `rumpdisk`.