Revert "Declare more TypeClass instances as builtin."

This reverts commit f7f62a609d.
This commit is contained in:
Kai Nacke
2013-11-07 17:13:45 +01:00
parent e02947155f
commit cef5b27400

View File

@@ -267,7 +267,13 @@ int TypeClass::builtinTypeInfo()
/* This is statically put out with the ClassInfo, so
* claim it is built in so it isn't regenerated by each module.
*/
#if IN_DMD
return mod ? 0 : 1;
#elif IN_LLVM
// FIXME if I enable this, the way LDC does typeinfo will cause a bunch
// of linker errors to missing class typeinfo definitions.
return 0;
#endif
}
/* ========================================================================= */