diff options
| author | Mikołaj Piróg <mikolaj.maciej.pirog@intel.com> | 2025-10-26 17:51:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-26 17:51:20 +0100 |
| commit | ce61550d5a72a2b33f8fe6c052f919cf895aa6e6 (patch) | |
| tree | afc533592b9a105de70b144b285541494de4f06b /llvm/lib/Target/Sparc/Disassembler/SparcDisassembler.cpp | |
| parent | 4732ab5083dc10f3fc9abf259dde3378a0c95278 (diff) | |
| download | llvm-ce61550d5a72a2b33f8fe6c052f919cf895aa6e6.zip llvm-ce61550d5a72a2b33f8fe6c052f919cf895aa6e6.tar.gz llvm-ce61550d5a72a2b33f8fe6c052f919cf895aa6e6.tar.bz2 | |
[compiler-rt] Restore unsigned value in struct, use enum only in function (#165048)
Typed enums are c23 features and are too new to be used. This PR
restores the types in the `__processor_model` struct back to `unsigned
int`, removes typed enums, and uses the enum in the function as a
variable that's later assigned to a struct in order to prevent errors
fixed initially here: #164713
See https://github.com/llvm/llvm-project/pull/165034 for more background
Diffstat (limited to 'llvm/lib/Target/Sparc/Disassembler/SparcDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions
