https://github.com/vitalybuka requested changes to this pull request.
We need a real SourceLocation(). I applied the patch and see: `test.so+0xbc38): runtime error store to misaligned address` but for existing alignment checks I see: `strings/join_test.cc:221:39: runtime error: load of misaligned` I guess we need to forward `getExprLoc` from callers. https://github.com/llvm/llvm-project/pull/164548 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
