diff --git a/dmd/mars.c b/dmd/mars.c index f1c9b742..8a1707a1 100644 --- a/dmd/mars.c +++ b/dmd/mars.c @@ -52,15 +52,14 @@ Global::Global() doc_ext = "html"; ddoc_ext = "ddoc"; -#if IN_LLVM +// LLVMDC obj_ext = "bc"; ll_ext = "ll"; bc_ext = "bc"; - nativeobj_ext = "o"; -#elif _WIN32 - obj_ext = "obj"; +#if _WIN32 + nativeobj_ext = "obj"; #elif linux - obj_ext = "o"; + nativeobj_ext = "o"; #else #error "fix this" #endif