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
Skip TestVariableAnnotationsDisassembler.py on non-x86 architectures
The test TestVariableAnnotationsDisassembler.py relies on an .s input file generated for x86_64 with assembly directives that are not portable (e.g., DWARF sections and comments using #).
This causes build failures on non-x86 targets such as AArch64.
This change skips the test unless the architecture is x86_64, ensuring it only runs where the assembly input is valid.
0 commit comments