[flang-commits] [flang] [Flang][Docs] Fix lexer issue in Driver and Trampoline doc (PR #72322)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Tue Nov 14 15:14:43 PST 2023


================
@@ -170,15 +170,15 @@ as an actual argument to `foo()`.
 
 The trampoline has the following structure:
 
-```assembly
+```asm
 callee_trampoline:
-  MOV <static-chain-address>, R#
-  JMP <callee-address>
----------------
kiranchandramohan wrote:

There was a warning without this change.

https://github.com/llvm/llvm-project/pull/72322


More information about the flang-commits mailing list