mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-27 09:03:15 +01:00
[svn r137] Many fixes towards tango.io.Console working, but not quite there yet...
In particular, assertions has been fixed to include file/line info, and much more!
This commit is contained in:
@@ -15,7 +15,7 @@ using namespace llvm::dwarf;
|
||||
|
||||
static const llvm::PointerType* ptrTy(const llvm::Type* t)
|
||||
{
|
||||
return llvm::PointerType::get(t);
|
||||
return llvm::PointerType::get(t, 0);
|
||||
}
|
||||
|
||||
static const llvm::PointerType* dbgArrTy()
|
||||
|
||||
Reference in New Issue
Block a user