bradleyfalzon / apicompat

apicompat checks recent changes to a Go project for backwards incompatible changes
https://abicheck.bradleyf.id.au
MIT License
179 stars 5 forks source link

Test and Support ASM #12

Closed bradleyfalzon closed 8 years ago

bradleyfalzon commented 8 years ago

Test and support inline assembly, might work, who knows, at least verify it doesn't panic for v1.0.0 release.

bradleyfalzon commented 8 years ago

It does work as I can parse the Go compiler's source. I don't want to add any more tests to reduce the bloat, but if there's something that should be added, I'll add later - ensuring the ASM is compatible across all architectures.