Skip to content

Allow comments in assembler files for RTTI info.

Michael Van Canneyt requested to merge asm-const-allow-comments into main

In order to debug RTTI information, it is useful to have the begin/end of RTTI info and field names indicated in the assembler file. It will help with debugging e.g. alignment problems.

Since this adds a lot of comments, activation of this feature is put under a separate flag -aR

Merge request reports