JDevlieghere wrote:
This is what the compiler tells you when you make a mistake:
```
/Users/jonas/llvm/llvm-project/lldb/source/Utility/ArchSpec.cpp:263:34: note:
expression evaluates to '24 == 25'
263 | g_core_definitions[I].core == I,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/Users/jonas/llvm/llvm-project/lldb/source/Utility/ArchSpec.cpp:263:7: error:
static assertion failed due to requirement 'g_core_definitions[24].core == 24':
g_core_definitions order doesn't match Core enumeration
263 | g_core_definitions[I].core == I,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
https://github.com/llvm/llvm-project/pull/159452
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits