[llvm-bugs] [Bug 51326] New: Compile eror: 'mach-o/compact_unwind_encoding.h' file not found
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Aug 3 07:54:51 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=51326
Bug ID: 51326
Summary: Compile eror: 'mach-o/compact_unwind_encoding.h' file
not found
Product: lld
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: MachO
Assignee: unassignedbugs at nondot.org
Reporter: zjz at zjz.name
CC: gkm at fb.com, jezreel at gmail.com,
llvm-bugs at lists.llvm.org, smeenai at fb.com
When compiling with the following commands in Deepin 20 (a Linux distro.):
cmake -DLLVM_ENABLE_PROJECTS='clang;lld' -DCMAKE_BUILD_TYPE=Release -G 'Unix
Makefiles' -DCMAKE_INSTALL_PREFIX=<...> ../llvm
make
The compile failed with the following error message:
lld/MachO/UnwindInfoSection.h:15:10: fatal error:
'mach-o/compact_unwind_encoding.h' file not found
#include "mach-o/compact_unwind_encoding.h"
--
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/20210803/0708096e/attachment-0001.html>
More information about the llvm-bugs
mailing list