[llvm-bugs] [Bug 50031] New: On s390x: Ubuntu Hirsute - binary fails with "terminate called after throwing an instance of 'std::system_error'"
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Apr 19 13:35:15 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=50031
Bug ID: 50031
Summary: On s390x: Ubuntu Hirsute - binary fails with
"terminate called after throwing an instance of
'std::system_error'"
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: SystemZ
Assignee: unassignedbugs at nondot.org
Reporter: sylvestre at debian.org
CC: llvm-bugs at lists.llvm.org
With the latest Ubuntu Hirsute (21.04), binaries fails to start with:
cd
"/root/llvm-toolchain-11-11.1.0~++20210405103929+1fdec59bffc1/build-llvm/include/llvm/IR"
&& ../../../bin/llvm-tblgen -gen-attrs -I
/root/llvm-toolchain-11-11.1.0~++20210405103929+1fdec59bffc1/llvm/include/llvm/IR
-I
/root/llvm-toolchain-11-11.1.0~++20210405103929+1fdec59bffc1/build-llvm/include
-I /root/llvm-toolchain-11-11.1.0~++20210405103929+1fdec59bffc1/llvm/include
/root/llvm-toolchain-11-11.1.0~++20210405103929+1fdec59bffc1/llvm/include/llvm/IR/Attributes.td
--write-if-changed -o
/root/llvm-toolchain-11-11.1.0~++20210405103929+1fdec59bffc1/build-llvm/include/llvm/IR/Attributes.inc
terminate called after throwing an instance of 'std::system_error'
what(): Unknown error -1
Aborted (core dumped)
Or easier:
./build-llvm/bin/llvm-tblgen
terminate called after throwing an instance of 'std::system_error'
what(): Unknown error -1
Aborted (core dumped)
--
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/20210419/742b2d45/attachment.html>
More information about the llvm-bugs
mailing list