[llvm-bugs] [Bug 48717] New: LLDB 11.0.1 build failure on macOS
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jan 11 09:58:00 PST 2021
https://bugs.llvm.org/show_bug.cgi?id=48717
Bug ID: 48717
Summary: LLDB 11.0.1 build failure on macOS
Product: Build scripts
Version: 11.0
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: cmake
Assignee: unassignedbugs at nondot.org
Reporter: carlo.antonio.cabrera at gmail.com
CC: llvm-bugs at lists.llvm.org
Created attachment 24369
--> https://bugs.llvm.org/attachment.cgi?id=24369&action=edit
Build logs
Building the 11.0.1 release tarball hosted on GitHub fails while building LLDB
on macOS 10.14, 10.15, and 11.0 (Intel + ARM). (cf.
https://github.com/Homebrew/homebrew-core/pull/68393)
Big Sur build logs attached. Complete CI run logs available at
https://github.com/Homebrew/homebrew-core/runs/1657718020.
The build produces the following errors:
In file included from
/tmp/llvm-20210106-61437-1bv9jsd/llvm-project-llvmorg-11.0.1/lldb/source/Plugins/Platform/MacOSX/PlatformMacO
SX.cpp:12:
/tmp/llvm-20210106-61437-1bv9jsd/llvm-project-llvmorg-11.0.1/lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.h:59:41:
error: non-virtual member function marked 'override' hides virtual member
function
bool *did_create_ptr) override;
^
/tmp/llvm-20210106-61437-1bv9jsd/llvm-project-llvmorg-11.0.1/lldb/source/./Plugins/Platform/MacOSX/PlatformDarwin.h:46:3:
note: hid
den overloaded virtual function 'PlatformDarwin::GetSharedModule' declared
here: type mismatch at 5th parameter ('llvm::SmallVector
Impl<lldb::ModuleSP> *' (aka 'SmallVectorImpl<shared_ptr<lldb_private::Module>
> *') vs 'lldb::ModuleSP *' (aka 'shared_ptr<lldb_pr
ivate::Module> *'))
GetSharedModule(const lldb_private::ModuleSpec &module_spec,
^
In file included from
/tmp/llvm-20210106-61437-1bv9jsd/llvm-project-llvmorg-11.0.1/lldb/source/Plugins/Platform/MacOSX/PlatformMacO
SX.cpp:13:
/tmp/llvm-20210106-61437-1bv9jsd/llvm-project-llvmorg-11.0.1/lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.h:59:4
1: error: non-virtual member function marked 'override' hides virtual member
function
bool *did_create_ptr) override;
^
/tmp/llvm-20210106-61437-1bv9jsd/llvm-project-llvmorg-11.0.1/lldb/source/./Plugins/Platform/MacOSX/PlatformDarwin.h:46:3:
note: hid
den overloaded virtual function 'PlatformDarwin::GetSharedModule' declared
here: type mismatch at 5th parameter ('llvm::SmallVector
Impl<lldb::ModuleSP> *' (aka 'SmallVectorImpl<shared_ptr<lldb_private::Module>
> *') vs 'lldb::ModuleSP *' (aka 'shared_ptr<lldb_pr
ivate::Module> *'))
GetSharedModule(const lldb_private::ModuleSpec &module_spec,
^
In file included from
/tmp/llvm-20210106-61437-1bv9jsd/llvm-project-llvmorg-11.0.1/lldb/source/Plugins/Platform/MacOSX/PlatformMacO
SX.cpp:18:
/tmp/llvm-20210106-61437-1bv9jsd/llvm-project-llvmorg-11.0.1/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h:61:41:
erro
r: non-virtual member function marked 'override' hides virtual member function
bool *did_create_ptr) override;
^
/tmp/llvm-20210106-61437-1bv9jsd/llvm-project-llvmorg-11.0.1/lldb/source/./Plugins/Platform/MacOSX/PlatformDarwin.h:46:3:
note: hid
den overloaded virtual function 'PlatformDarwin::GetSharedModule' declared
here: type mismatch at 5th parameter ('llvm::SmallVector
Impl<lldb::ModuleSP> *' (aka 'SmallVectorImpl<shared_ptr<lldb_private::Module>
> *') vs 'lldb::ModuleSP *' (aka 'shared_ptr<lldb_pr
ivate::Module> *'))
GetSharedModule(const lldb_private::ModuleSpec &module_spec,
--
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/20210111/0d2d5eac/attachment.html>
More information about the llvm-bugs
mailing list