mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-08-19 12:50:04 +02:00
Fix array comparison
This commit is contained in:
@@ -13,9 +13,11 @@ llvm::GlobalVariable* LLVM_D_GetRuntimeGlobal(llvm::Module* target, const char*
|
||||
#if DMDV1
|
||||
#define _d_allocclass "_d_allocclass"
|
||||
#define _adEq "_adEq"
|
||||
#define _adCmp "_adCmp"
|
||||
#else
|
||||
#define _d_allocclass "_d_newclass"
|
||||
#define _adEq "_adEq2"
|
||||
#define _adCmp "_adCmp2"
|
||||
#endif
|
||||
|
||||
#endif // LDC_GEN_RUNTIME_H_
|
||||
|
||||
Reference in New Issue
Block a user