mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-08-05 22:10:04 +02:00
Removed tango from the repository and instead added a runtime dir with the files needed to patch and build tango from svn.
Reworked the LLVMDC specific pragmas.
This commit is contained in:
13
dmd/idgen.c
13
dmd/idgen.c
@@ -212,15 +212,22 @@ Msgtable msgtable[] =
|
||||
{ "lib" },
|
||||
{ "msg" },
|
||||
{ "GNU_asm" },
|
||||
{ "LLVM_intrinsic" },
|
||||
{ "LLVM_internal" },
|
||||
|
||||
// LLVMDC pragma's
|
||||
{ "intrinsic" },
|
||||
{ "va_intrinsic" },
|
||||
{ "no_typeinfo" },
|
||||
{ "no_moduleinfo" },
|
||||
{ "alloca" },
|
||||
{ "va_start" },
|
||||
{ "va_arg" },
|
||||
|
||||
// For toHash/toString
|
||||
{ "tohash", "toHash" },
|
||||
{ "tostring", "toString" },
|
||||
|
||||
// Special functions
|
||||
{ "alloca" },
|
||||
//{ "alloca" },
|
||||
{ "main" },
|
||||
{ "WinMain" },
|
||||
{ "DllMain" },
|
||||
|
||||
Reference in New Issue
Block a user