From ab521c06ff996044e2e3d48b355186da39efb581 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Wed, 4 Feb 2009 18:51:11 +0100 Subject: [PATCH] LDC should follow the D ABI now. Switch back from LLVM_InlineAsm_X86 to D_InlineAsm_X86. --- dmd/mars.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmd/mars.c b/dmd/mars.c index 1b352ef8..4eb245af 100644 --- a/dmd/mars.c +++ b/dmd/mars.c @@ -851,7 +851,7 @@ int main(int argc, char *argv[]) global.params.is64bit = false; global.params.cpu = ARCHx86; if (global.params.useInlineAsm) { - VersionCondition::addPredefinedGlobalIdent("LLVM_InlineAsm_X86"); + VersionCondition::addPredefinedGlobalIdent("D_InlineAsm_X86"); } } else if (strcmp(global.params.llvmArch,"x86-64")==0) {