On Monday, 11 December 2023 at 08:24:55 UTC, Bastiaan Veelo wrote:
On Sunday, 10 December 2023 at 22:59:06 UTC, Nicholas Wilson wrote:
Or you could use grep with `--output-ll` as noted by Johan https://github.com/ldc-developers/ldc/issues/4265#issuecomment-1376424944 although this will be with that `workaroundIssue1356` applied.

Thanks for highlighting this, as I must have forgotten. I should be able to create a CI job that checks this as part of the release. This will give us the confidence that we need.

I should note that regex will need some updating for the most recent LLVMs that have opaque pointers enabled:

`ptr byval\(%[a-zA-Z_][a-zA-Z0-9_\.]*\) align`

  • D Language Fo... Mike Parker via Digitalmars-d-announce
    • Re: D La... ryuukk_ via Digitalmars-d-announce
    • Re: D La... Sergey via Digitalmars-d-announce
    • Re: D La... Bastiaan Veelo via Digitalmars-d-announce
      • Re: ... Richard (Rikki) Andrew Cattermole via Digitalmars-d-announce
        • ... Bastiaan Veelo via Digitalmars-d-announce
          • ... Nicholas Wilson via Digitalmars-d-announce
            • ... Bastiaan Veelo via Digitalmars-d-announce
              • ... Nicholas Wilson via Digitalmars-d-announce
                • ... Sergey via Digitalmars-d-announce
              • ... Nicholas Wilson via Digitalmars-d-announce
      • Re: ... Siarhei Siamashka via Digitalmars-d-announce
        • ... Bastiaan Veelo via Digitalmars-d-announce
      • Re: ... Guillaume Piolat via Digitalmars-d-announce
    • Re: D La... Nick Treleaven via Digitalmars-d-announce
      • Re: ... Bastiaan Veelo via Digitalmars-d-announce
    • Re: D La... Timon Gehr via Digitalmars-d-announce
      • Re: ... Timon Gehr via Digitalmars-d-announce
      • Re: ... Bastiaan Veelo via Digitalmars-d-announce
      • Re: ... Dukc via Digitalmars-d-announce
    • Re: D La... monkyyy via Digitalmars-d-announce

Reply via email to