[llvm-bugs] [Bug 47716] New: clang-11: error: unable to execute command: Aborted (core dumped), <eof> parser at end of file
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Oct 3 02:50:29 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=47716
Bug ID: 47716
Summary: clang-11: error: unable to execute command: Aborted
(core dumped), <eof> parser at end of file
Product: clang
Version: 11.0
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: LLVM Codegen
Assignee: unassignedclangbugs at nondot.org
Reporter: undying.k at gmail.com
CC: llvm-bugs at lists.llvm.org, neeilans at live.com,
richard-llvm at metafoo.co.uk
Created attachment 24017
--> https://bugs.llvm.org/attachment.cgi?id=24017&action=edit
Stack Dump
Hello!
I'm trying to build pytorch 1.6.0 with options:
- DEBUG=1
- USE_ROCM=1
Build works fine with DEBUG=0, but when trying to build with DEBUG=1 build
fails with LLVM error:
clang-11:
/opt/llvm-project/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp:279: bool
llvm::DwarfExpression::addMachineRegExpression(const llvm::TargetRegisterInfo&,
llvm::DIExpressionCursor&, unsigned int, unsigned int): Assertion
`DwarfRegs.size() == 1' failed.
PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash
backtrace, preprocessed source, and associated run script.
Attaching Stack Dump to this ticket.
If you need more details, please let me know.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20201003/48d4336d/attachment.html>
More information about the llvm-bugs
mailing list