Re: [PATCH 1/2] config.sub: add LLVM-libc support

2023-10-27 Thread catcream
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Adam Joseph writes: > Looks good to me; however, one question. I assume this triple covers > llvm-libc > fullbuild mode: > > https://libc.llvm.org/fullbuild_mode.html#fullbuild-mode > Yes, exactly. > Does it also include overlay mode? > >

Re: [PATCH 1/2] config.sub: add LLVM-libc support

2023-10-26 Thread Adam Joseph
Quoting Alfred Persson Forsberg (2023-10-19 11:55:40) > * config.sub (*-linux-llvm): Recognize. > * doc/config.sub.1: Regenerate. > * testsuite/config-sub.data: Add x86_64-linux-llvm. Looks good to me; however, one question. I assume this triple covers llvm-libc fullbuild mode: https://libc.ll

[PATCH 1/2] config.sub: add LLVM-libc support

2023-10-19 Thread Alfred Persson Forsberg
* config.sub (*-linux-llvm): Recognize. * doc/config.sub.1: Regenerate. * testsuite/config-sub.data: Add x86_64-linux-llvm. Signed-off-by: Alfred Persson Forsberg --- config.sub| 8 doc/config.sub.1 | 4 ++-- testsuite/config-sub.data | 1 + 3 files changed, 7 i