Issue | 140362 |
---|---|
Summary | [DebugInfo] Assertion in llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp |
Labels | new issue |
Assignees | |
Reporter | k-arrows |
Reproducer: https://godbolt.org/z/EKT8z533K ```c int g; void foo(_Complex short c) { __builtin_memmove(&g, (char *)&c, 2); }
void bar() { foo(0); } ```
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs