https://github.com/labath approved this pull request.

The test will fail on windows because no_unique_address is not a thing there:
```
$ bin/clang++ -c --target=x86_64-pc-windows -gdwarf -o /tmp/a.out /tmp/a.cc
/tmp/a.cc:23:5: warning: unknown attribute 'no_unique_address' ignored 
[-Wunknown-attributes]
   23 |   [[no_unique_address]] Empty padding;
      |     ^~~~~~~~~~~~~~~~~
```

 I suggest hardcoding the test with your favourite triple.

https://github.com/llvm/llvm-project/pull/108155
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to