[clang] [Driver] Hook up Haiku PowerPC support (PR #69134)

2023-12-26 Thread Brad Smith via cfe-commits
https://github.com/brad0 closed https://github.com/llvm/llvm-project/pull/69134 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver] Hook up Haiku PowerPC support (PR #69134)

2023-10-22 Thread Fangrui Song via cfe-commits
MaskRay wrote: It seems that there is no usable Haiku kernel: https://www.haiku-os.org/guides/building/port_status/ Then we shouldn't add this? https://github.com/llvm/llvm-project/pull/69134 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[clang] [Driver] Hook up Haiku PowerPC support (PR #69134)

2023-10-20 Thread Brad Smith via cfe-commits
brad0 wrote: Ping. https://github.com/llvm/llvm-project/pull/69134 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver] Hook up Haiku PowerPC support (PR #69134)

2023-10-18 Thread Brad Smith via cfe-commits
brad0 wrote: > Ah, I meant potential changes to `llvm/lib/Target` and `llvm/lib/MC`. But I > did search in backend using FreeBSD as keyword for example, few places need > to support it explicitly. If Haiku uses similar ABI and binary format to > Linux or FreeBSD, that makes sense. Yes, Haiku

[clang] [Driver] Hook up Haiku PowerPC support (PR #69134)

2023-10-17 Thread Qiu Chaofan via cfe-commits
ecnelises wrote: Ah, I meant potential changes to `llvm/lib/Target` and `llvm/lib/MC`. But I did search in backend using FreeBSD as keyword for example, few places need to support it explicitly. If Haiku uses similar ABI and binary format to Linux or FreeBSD, that makes sense.

[clang] [Driver] Hook up Haiku PowerPC support (PR #69134)

2023-10-16 Thread Brad Smith via cfe-commits
brad0 wrote: > Does backend have any recognition of Haiku-PPC target? Can you clarify what it is you're referring to? I didn't come across anything looking around under llvm/, but I might have missed something. I was looking in clang/lib/Basic/Targets/PPC.cpp, but didn't see anything that

[clang] [Driver] Hook up Haiku PowerPC support (PR #69134)

2023-10-16 Thread Qiu Chaofan via cfe-commits
ecnelises wrote: Does backend have any recognition of Haiku-PPC target? https://github.com/llvm/llvm-project/pull/69134 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver] Hook up Haiku PowerPC support (PR #69134)

2023-10-15 Thread Brad Smith via cfe-commits
https://github.com/brad0 updated https://github.com/llvm/llvm-project/pull/69134 >From ed2ff4586a4113e7b967112d700ca8ad56f0afdd Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Wed, 11 Oct 2023 19:25:33 -0400 Subject: [PATCH] [Driver] Hook up Haiku PowerPC support ---

[clang] [Driver] Hook up Haiku PowerPC support (PR #69134)

2023-10-15 Thread Brad Smith via cfe-commits
https://github.com/brad0 created https://github.com/llvm/llvm-project/pull/69134 None >From 914b3424d93f985c34ddc4180ff6271c8145e4ac Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Wed, 11 Oct 2023 19:25:33 -0400 Subject: [PATCH] [Driver] Hook up Haiku PowerPC support ---