luporl wrote:

The static assert fails on 32-bit Arm: 
https://lab.llvm.org/buildbot/#/builders/18/builds/26125

```
/home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/include/lldb/Symbol/Symbol.h:369:5:
 error: static assertion failed due to requirement 
'sizeof(lldb_private::Symbol) == 52': Symbol is a high volume data type, size 
must be increased with care
  369 |     sizeof(lldb_private::Symbol) == 52,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/include/lldb/Symbol/Symbol.h:369:34:
 note: expression evaluates to '56 == 52'
  369 |     sizeof(lldb_private::Symbol) == 52,
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
```

https://github.com/llvm/llvm-project/pull/200919
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to