mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 07:04:04 -05:00
Make sure newlines are present in LLVM IR documentation (#8289)
This commit is contained in:
committed by
GitHub
parent
d2cc7118aa
commit
adca61373a
@@ -77,7 +77,7 @@ for (const instruction of info) {
|
||||
console.log(` case '${instruction.name.toUpperCase()}':`);
|
||||
console.log(' return {');
|
||||
console.log(` url: \`${instruction.url}\`,`);
|
||||
console.log(` html: \`${instruction.html.replaceAll('\n', '').replaceAll('`', '\\`')}\`,`);
|
||||
console.log(` html: \`${instruction.html.replaceAll('`', '\\`')}\`,`);
|
||||
console.log(` tooltip: \`${instruction.tooltip.replaceAll('\n', '').replaceAll('`', '\\`')}\`,`);
|
||||
console.log(' };');
|
||||
}
|
||||
|
||||
3687
lib/asm-docs/generated/asm-docs-llvm.ts
generated
3687
lib/asm-docs/generated/asm-docs-llvm.ts
generated
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user