Android: Add ImportC definitions#5104
Conversation
thewilsonator
left a comment
There was a problem hiding this comment.
please file this upstream to DMD and once that is accepted with review (e.g. __builtin_memset and friend have recently beed added to DMD, though maybe that was for APPLE I forget, and #define alignof(x) sizeof(x)` looks suspect) cherrypick this back to LDC if you need to.
there's only one for APPLE, and __builtin_memset**_chk** and same with friends
true thanks. changed opened the PR at DMD with these changes. let's see.. |
|
DMD PR is dlang/dmd#22814 |
|
Merged dependant PRs |
|
This PR's changes are now consistent with the DMD PR |
|
|
This PR fixes broken ImportC on Android targets. Tested on sqlite3, zlib, lwIP.