调试 llvm-ld 崩溃

发布于 2024-12-01 09:38:17 字数 108 浏览 2 评论 0原文

我在 llvm-ld 中遇到断言失败崩溃。我想将其追溯到我的代码行(因为也许我的一些松鼠代码导致了这种情况)。

llvm-ld 可以创建一个日志文件或者以其他方式指出我为什么不高兴吗?

I am getting an assertion-failure crash in llvm-ld. I'd like to track this back to a line of my code (since maybe there's some squirrely code of mine that's causing this).

Can llvm-ld create a log file or otherwise point me to why its unhappy?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最偏执的依靠 2024-12-08 09:38:17

它不会是 ICU 中的代码,而是 Alchemy(或 llvm 本身)中的代码导致了问题。如果你真的想追踪它,最简单的方法就是找出它失败的 llvm IR 构造,然后查看 Alchemy 前端或创建 llvm IR 的任何内容正在为其创建代码,然后回溯到等效的代码代码中的行。

It isn't going to be the code in ICU, it'll be code in Alchemy (or llvm itself) that's causing the problem. If you really wanted to track it back the easiest would be to find out what llvm IR construct it's failing on and then see where the Alchemy front end or whatever is creating the llvm IR is creating the code for that and then backtrack it to the equivalent line in your code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文