botan
botan copied to clipboard
Build with ldc2-0.17.0 under linux is failing
Just updating some vibe server with latest packages and compilers (botan 1.12.4) dub build -b release --compiler ldc2 ends with
botan:base 1.12.4: building configuration "full"...
Enhanced memory security is enabled.
Instruction does not dominate all uses!
%58 = load %botan.math.bigint.bigint.BigInt*, %botan.math.bigint.bigint.BigInt** %condtmp
%69 = bitcast %botan.math.bigint.bigint.BigInt* %58 to i8*
Instruction does not dominate all uses!
%106 = load %botan.math.bigint.bigint.BigInt*, %botan.math.bigint.bigint.BigInt** %condtmp20
%116 = bitcast %botan.math.bigint.bigint.BigInt* %106 to i8*
Instruction does not dominate all uses!
%151 = load %botan.math.bigint.bigint.BigInt*, %botan.math.bigint.bigint.BigInt** %condtmp43
%161 = bitcast %botan.math.bigint.bigint.BigInt* %151 to i8*
LLVM ERROR: Broken function found, compilation aborted!
ldc2 failed with exit code 1.
on 64bit fedora linux server
Referencing corresponding internal compiler error issue: https://github.com/ldc-developers/ldc/issues/1294