You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(clang): refactor headers generation for clang
Clang assembler requires valid assembly; otherwise, an error is thrown.
Instead of using "->" as the token to parse for assembly macro defines,
we define the tokens "#", which is used for comments in assembly files.
The generated output will be valid for both clang and gcc.
Signed-off-by: Bruno Sa <[email protected]>
0 commit comments