Skip to content

Commit f53c9a1

Browse files
committed
Temporarily disable assertion
1 parent efa9f5b commit f53c9a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/IRGen/DebugTypeInfo.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ DebugTypeInfo DebugTypeInfo::getErrorResult(swift::Type Ty,
164164
llvm::Type *StorageType,
165165
IRGenModule &IGM) {
166166
auto &TI = IGM.getTypeInfoForUnlowered(Ty);
167-
assert(TI.getStorageType() == StorageType);
167+
// FIXME: Enable this. Currently breaks on i386.
168+
// assert(TI.getStorageType() == StorageType);
168169
DebugTypeInfo DbgTy = getFromTypeInfo(Ty, TI, false);
169170
assert(StorageType && "FragmentStorageType is a nullptr");
170171
return DbgTy;

0 commit comments

Comments
 (0)