NotLebedev wrote:

Added `clang/test/CIR/IR/string-trailing-zeros.cir`. Essentially checks 
`cir.global` declaration for the following two cases:
```c
char *a = "qwe";
char b[100] = "qwe";
```
Without the patch fails due to cir-opt crash. With patch works fine.

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

Reply via email to