mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-25 16:30:05 +00:00
Temporarily remove assert while I dig in to issues that it's causing for LLDB.
<rdar://problem/16349536> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204975 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e159d3ec4a
commit
d21857ce15
@ -49,8 +49,6 @@ public:
|
||||
/// \brief Construct an MCSymbolizer, taking ownership of \p RelInfo.
|
||||
MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo)
|
||||
: Ctx(Ctx), RelInfo(std::move(RelInfo)) {
|
||||
assert(this->RelInfo != nullptr &&
|
||||
"Cannot construct MCSymbolizer without relocation info.");
|
||||
}
|
||||
|
||||
virtual ~MCSymbolizer();
|
||||
|
Loading…
x
Reference in New Issue
Block a user