mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
[svn r15] * Fixed a bunch problems with virtual calls. Seems I did some rather poor testing.
* Now 50/51 tests compile. * Added a simple runalltests.d scripts that should be run with 'gdmd -run runalltests.d' - LLVMDC will not compile it yet.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#ifndef LLVMC_GEN_ARRAYS_H
|
||||
#define LLVMC_GEN_ARRAYS_H
|
||||
|
||||
llvm::StructType* LLVM_DtoArrayType(Type* t);
|
||||
const llvm::StructType* LLVM_DtoArrayType(Type* t);
|
||||
|
||||
llvm::ArrayType* LLVM_DtoStaticArrayType(Type* t);
|
||||
const llvm::ArrayType* LLVM_DtoStaticArrayType(Type* t);
|
||||
|
||||
llvm::Value* LLVM_DtoNullArray(llvm::Value* v);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user