botan icon indicating copy to clipboard operation
botan copied to clipboard

Botan fails to build

Open tuxcrafting opened this issue 7 years ago • 1 comments

LDC 1.10.0, DUB 1.9.0, Botan 1.12.10 on up to date Parabola GNU/linux OpenRC x86_64

Error log: https://hastebin.com/iyiwoteliw.txt

There are a lot of Data definition directives inside inline asm are not supported yet. errors.

tuxcrafting avatar Jun 23 '18 12:06 tuxcrafting

These need to be translated to llvm intrinsics code due to unsupported features of ldc machine code asm

etcimon avatar Jun 23 '18 12:06 etcimon