mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-05 17:43:35 +03:00
Merge 2.074.0 front-end
This commit is contained in:
parent
2eee02b753
commit
f70a51a18c
107 changed files with 1562 additions and 811 deletions
|
@ -55,6 +55,7 @@ void Target::_init() {
|
|||
c_longsize = global.params.is64bit ? 8 : 4;
|
||||
c_long_doublesize = realsize;
|
||||
classinfosize = 0; // unused
|
||||
maxStaticDataSize = std::numeric_limits<unsigned long long>::max();
|
||||
|
||||
const auto targetRealSemantics = &real->getFltSemantics();
|
||||
#if LDC_LLVM_VER >= 400
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue