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>
60 lines
971 B
JSON
Generated
60 lines
971 B
JSON
Generated
{
|
|
"asm": [
|
|
{
|
|
"labels": [],
|
|
"source": null,
|
|
"text": "bar():",
|
|
},
|
|
{
|
|
"labels": [],
|
|
"source": null,
|
|
"text": " movl $foo, %eax",
|
|
},
|
|
{
|
|
"labels": [],
|
|
"source": null,
|
|
"text": " ret",
|
|
},
|
|
{
|
|
"labels": [],
|
|
"source": null,
|
|
"text": "bar2():",
|
|
},
|
|
{
|
|
"labels": [],
|
|
"source": null,
|
|
"text": " movl $foo2, %eax",
|
|
},
|
|
{
|
|
"labels": [],
|
|
"source": null,
|
|
"text": " ret",
|
|
},
|
|
{
|
|
"labels": [],
|
|
"source": null,
|
|
"text": "foo2:",
|
|
},
|
|
{
|
|
"labels": [],
|
|
"source": null,
|
|
"text": " .long 1",
|
|
},
|
|
{
|
|
"labels": [],
|
|
"source": null,
|
|
"text": "foo:",
|
|
},
|
|
{
|
|
"labels": [],
|
|
"source": null,
|
|
"text": " .long 2",
|
|
},
|
|
],
|
|
"labelDefinitions": {
|
|
"bar()": 1,
|
|
"bar2()": 4,
|
|
"foo": 9,
|
|
"foo2": 7,
|
|
},
|
|
} |