Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xtensa: update to espressif/llvm-project #2533

Merged
merged 16 commits into from
Nov 10, 2024
Merged
1 change: 1 addition & 0 deletions Mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ typedef struct insn_map {
loongarch_suppl_info loongarch;
aarch64_suppl_info aarch64;
systemz_suppl_info systemz;
xtensa_suppl_info xtensa;
} suppl_info; // Supplementary information for each instruction.
#endif
} insn_map;
Expand Down
Loading
Loading