mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-03 02:53:13 +01:00
Some missed LLVMDC -> LDC.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
/*
|
||||
* Modified by Sean Kelly <sean@f4.ca> for use with Tango.
|
||||
* Modified by Tomas Lindquist Olsen <tomas@famolsen.dk> for use with LLVMDC.
|
||||
* Modified by Tomas Lindquist Olsen <tomas@famolsen.dk> for use with LDC.
|
||||
*/
|
||||
|
||||
private
|
||||
@@ -90,7 +90,7 @@ struct BB
|
||||
* it is completely opaque.
|
||||
*/
|
||||
|
||||
// LLVMDC doesn't pass structs in registers so no need to wrap it ...
|
||||
// LDC doesn't pass structs in registers so no need to wrap it ...
|
||||
alias BB* AA;
|
||||
|
||||
/**********************************
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
/*
|
||||
* Modified by Sean Kelly <sean@f4.ca> for use with Tango.
|
||||
* Modified by Tomas Lindquist Olsen <tomas@famolsen.dk> for use with LLVMDC.
|
||||
* Modified by Tomas Lindquist Olsen <tomas@famolsen.dk> for use with LDC.
|
||||
*/
|
||||
|
||||
module object;
|
||||
|
||||
@@ -60,7 +60,7 @@ private
|
||||
import tango.stdc.posix.dlfcn;
|
||||
}
|
||||
}
|
||||
version(LLVMDC)
|
||||
version(LDC)
|
||||
{
|
||||
pragma(intrinsic, "llvm.frameaddress")
|
||||
{
|
||||
@@ -122,7 +122,7 @@ extern (C) void* rt_stackBottom()
|
||||
*/
|
||||
extern (C) void* rt_stackTop()
|
||||
{
|
||||
version(LLVMDC)
|
||||
version(LDC)
|
||||
{
|
||||
return llvm_frameaddress();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user