Skip to content

Commit f7839de

Browse files
Update DynamicLibraryManagerSymbol.cpp
1 parent 9676432 commit f7839de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Interpreter/DynamicLibraryManagerSymbol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ namespace Cpp {
12601260

12611261
void DynamicLibraryManager::initializeDyld(
12621262
std::function<bool(llvm::StringRef)> shouldPermanentlyIgnore) {
1263-
//assert(!m_Dyld && "Already initialized!");
1263+
assert(!m_Dyld && "Already initialized!");
12641264
if (m_Dyld)
12651265
delete m_Dyld;
12661266

0 commit comments

Comments
 (0)