Skip to content

Commit 9c53bb2

Browse files
committed
fix stupid outcomment which shouldn't have been committed :-/
1 parent 6a121fb commit 9c53bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IRGen/IRGenDebugInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,7 @@ llvm::DIType *IRGenDebugInfo::createType(DebugTypeInfo DbgTy,
14811481
// FIXME: Do something more clever based on the decl's mangled name.
14821482
std::string FullModuleNameBuffer;
14831483
StringRef ModulePath;
1484-
StringRef ModuleName;// = "__ObjC";
1484+
StringRef ModuleName = "__ObjC";
14851485
if (auto *OwningModule = ClangDecl->getImportedOwningModule())
14861486
ModuleName = OwningModule->getTopLevelModuleName();
14871487

0 commit comments

Comments
 (0)