mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
Resolves #7521. With this PR, `@...` suffixes are included in the clickable area for go-to label. This also affects PowerPC, where `@...` suffixes are a bit more common (`@ha` and `@l` will also be marked as clickable). --------- Co-authored-by: Matt Godbolt <matt@godbolt.org>
37 lines
615 B
JSON
Generated
37 lines
615 B
JSON
Generated
{
|
|
"asm": [
|
|
{
|
|
"labels": [],
|
|
"source": null,
|
|
"text": "g():",
|
|
},
|
|
{
|
|
"labels": [],
|
|
"source": null,
|
|
"text": " pushq %rax",
|
|
},
|
|
{
|
|
"labels": [],
|
|
"source": null,
|
|
"text": " callq *foo::baz+8(%rip)",
|
|
},
|
|
{
|
|
"labels": [],
|
|
"source": null,
|
|
"text": " xorl %eax, %eax",
|
|
},
|
|
{
|
|
"labels": [],
|
|
"source": null,
|
|
"text": " popq %rcx",
|
|
},
|
|
{
|
|
"labels": [],
|
|
"source": null,
|
|
"text": " retq",
|
|
},
|
|
],
|
|
"labelDefinitions": {
|
|
"g()": 1,
|
|
},
|
|
} |