Replies: 1 comment 1 reply
Uh oh!
< 8000 p data-view-component="true">There was an error while loading. Please reload this page.
-
There's not an obvious hook: but you could replace the generated files on your local instance and/or hack the code that calls it to check your own ASM first -- |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have added me another compiler to the C++ compilers for our local instance. The output assembler mnemonics sometimes differ from the usual ones that the compiler explorer knows about.
Also for some of the existing ones I would like to add some additional information.
Now the source of the info seems to be something like lib/asm-docs/generated/asm-docs-arm32.ts but the path suggests that this is generated information and it seems like it is best to not interfere there (to not have problems with future updates).
Is there any extra file or hook or similar where I could add information (preferrably that would be first looked into so it can override the shipped data)?
Beta Was this translation helpful? Give feedback.
All reactions