On Mon, Mar 27, 2023, at 00:49, Evan Johnston wrote:
> I wrote a hare library with ecs to parse and print QBE IR, which can be > found at https://git.d2evs.net/~evan/hare-qbe
Thanks for letting us know Evan!
> The issue is quite easily fixed at emit time. Commit> a9d3e06a57b4a77012efd6e38d67063c914b71b4 on the dev branch should> make your example work.
Thanks!
> > [1]: https://people.redhat.com/drepper/tls.pdf>> Great doc! I was not aware of it. I'll add it to qbe's bibliography.
It was linked from the SysV ABI x86_64 spec (section 4.4.1). I think I
just searched for "thread" in the PDF. :)