From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a05:6214:30c:: with SMTP id i12mr21232933qvu.135.1569862701651; Mon, 30 Sep 2019 09:58:21 -0700 (PDT) X-Received: by 2002:a54:4807:: with SMTP id j7mr156234oij.122.1569862701360; Mon, 30 Sep 2019 09:58:21 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!o24no3880644qtl.0!news-out.google.com!q23ni190qtl.1!nntp.google.com!o24no3880638qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 30 Sep 2019 09:58:19 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:c7d:3c35:b000:325a:3aff:fe0f:37a5; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 2a02:c7d:3c35:b000:325a:3aff:fe0f:37a5 References: <869af4e9-08df-486d-8c87-9040c39a151f@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Well, they kept that quiet! From: Lucretia Injection-Date: Mon, 30 Sep 2019 16:58:21 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:57219 Date: 2019-09-30T09:58:19-07:00 List-Id: On Monday, 30 September 2019 17:34:13 UTC+1, Simon Wright wrote: > Indeed! > > GNAT_LLVM is in gprbuild in the macOS 9.1.0 build I put on Sourceforge, > as well as in the macOS CE 2019. Yup. I've added a new branch to free-ada for 9.2.0, as you need fsf gcc 9 to build this. I've done a few quick tests with a null procedure. $ llvm-gcc -c -mcpu=hawaii --target=amdgcn-amd-amdhsa- thang.adb $ readelf -h thang.o ELF Header: Magic: 7f 45 4c 46 02 01 01 40 00 00 00 00 00 00 00 00 Class: ELF64 Data: 2's complement, little endian Version: 1 (current) OS/ABI: ABI Version: 0 Type: REL (Relocatable file) Machine: AMD GPU Version: 0x1 Entry point address: 0x0 Start of program headers: 0 (bytes into file) Start of section headers: 232 (bytes into file) Flags: 0x23 Size of this header: 64 (bytes) Size of program headers: 0 (bytes) Number of program headers: 0 Size of section headers: 64 (bytes) Number of section headers: 6 Section header string table index: 1 $ llvm-gcc -c --target=wasm32 thang.adb $ file thang.o thang.o: WebAssembly (wasm) binary module version 0x1 (MVP) :D