diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-01-12 01:06:52 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-01-12 01:06:52 +0100 |
commit | f0c06928b903ad33f27a9eea59a1899febea3151 (patch) | |
tree | 67114f52e0b5e31ffdfa7d141d13aced077a9a90 /contributing.mdwn | |
parent | 51a31dea331bade54e12e7f93bb36957b6592817 (diff) | |
download | web-f0c06928b903ad33f27a9eea59a1899febea3151.tar.gz web-f0c06928b903ad33f27a9eea59a1899febea3151.tar.bz2 web-f0c06928b903ad33f27a9eea59a1899febea3151.zip |
Note that I'm having a look at llvm
Diffstat (limited to 'contributing.mdwn')
-rw-r--r-- | contributing.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 1dc645d1..e409dec1 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -167,7 +167,7 @@ This is the list of tasks that we *want* to address soon, starting with the most * Fix shell output pipe replacement issue on amd64, see [discussion](https://lists.gnu.org/archive/html/bug-hurd/2023-10/msg00062.html). * Settle CI for mig+gnumach+hurd+glibc. -* 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). +* 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. * 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`. |