mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-06 23:13:13 +01:00
Different fixes: phobos compiles now
This commit is contained in:
@@ -103,7 +103,7 @@ void VarDeclaration::codegen(Ir* p)
|
||||
{
|
||||
Logger::println("data segment");
|
||||
|
||||
#if DMDV2
|
||||
#if DMDV2 && 0 // TODO:
|
||||
if (storage_class & STCmanifest)
|
||||
{
|
||||
assert(0 && "manifest constant being codegened!!!");
|
||||
|
||||
Reference in New Issue
Block a user