DamonFool wrote:

> Is there a reason you put this first? Otherwise IMO it is slightly neater to 
> put it last.

This bug had been fixed here: 
```
commit 1b60ddd920e0caadfa85cc7013b559d6453d7e3e
Author: Jie Fu <ji...@tencent.com>
Date:   Thu Jan 18 07:34:09 2024 +0800

    [Hurd] Fix -Wswitch in Hurd::getDynamicLinker (NFC)
    
    llvm-project/clang/lib/Driver/ToolChains/Hurd.cpp:137:11:
     error: 60 enumeration values not handled in switch: 'UnknownArch', 'arm', 
'armeb'... [-Werror,-Wswitch]
      switch (getArch()) {
              ^~~~~~~~~
    1 error generated.
```

Thanks.

https://github.com/llvm/llvm-project/pull/78520
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to