Temporarily remove assert while I dig in to issues that it's causing for LLDB.
authorLang Hames <lhames@gmail.com>
Thu, 27 Mar 2014 22:45:42 +0000 (22:45 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 27 Mar 2014 22:45:42 +0000 (22:45 +0000)
<rdar://problem/16349536>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204975 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCSymbolizer.h

index 7861efb859ff3dd504a434a2c04735c5e95d9535..cbbb591f1b80cdb8084a7577043d63ab31602cce 100644 (file)
@@ -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();