[M3commit] [modula3/cm3] 296aaf: LLVM13: Fix M3DebugInfo__GetSubrangeExpr ( draft m...
peter mckinna
noreply at github.com
Sun Dec 5 05:33:26 CET 2021
Branch: refs/heads/master
Home: https://github.com/modula3/cm3
Commit: 296aaf3b72daed9bb02e525d7fc1f9014b1a340f
https://github.com/modula3/cm3/commit/296aaf3b72daed9bb02e525d7fc1f9014b1a340f
Author: VictorMiasnikov <vvm at tut.by>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
M m3-sys/llvm/llvm13/src/M3CG_LLVM.m3
M m3-sys/llvm/llvm13bindings/src/M3DebugInfo.i3
M m3-sys/llvm/llvm13bindings/src/M3DebugInfo.m3
M m3-sys/llvm/llvm13bindings/src/M3DebugInfoRaw.i3
Log Message:
-----------
LLVM13: Fix M3DebugInfo__GetSubrangeExpr ( draft mode style)
Fix:
==
Creating library llvm13bindings.lib and object llvm13bindings.exp
M3DebugInfo.mo : error LNK2019: unresolved external symbol LLVMDIBuilderCreateSetType referenced in function M3DebugInfo__CreateSetType
M3DebugInfo.mo : error LNK2019: unresolved external symbol LLVMDIBuilderGetSubrangeConst referenced in function M3DebugInfo__GetSubrangeConst
M3DebugInfo.mo : error LNK2019: unresolved external symbol LLVMDIBuilderGetSubrangeExpr referenced in function M3DebugInfo__GetSubrangeExpr
M3DebugInfo.mo : error LNK2019: unresolved external symbol LLVMDIBuilderCreateDynamicArrayType referenced in function M3DebugInfo__CreateDynamicArrayType
M3DebugInfo.mo : error LNK2019: unresolved external symbol LLVMReplaceArrays referenced in function M3DebugInfo__LLVMReplaceArrays
llvm13bindings.dll : fatal error LNK1120: 5 unresolved externals
==
as draft / temporary solution
Commit: 5cdccf34d2767602b75417595e53ef069bc77973
https://github.com/modula3/cm3/commit/5cdccf34d2767602b75417595e53ef069bc77973
Author: peter mckinna <peter.mckinna at gmail.com>
Date: 2021-12-05 (Sun, 05 Dec 2021)
Changed paths:
M m3-sys/llvm/llvm13/src/M3CG_LLVM.m3
M m3-sys/llvm/llvm13bindings/src/M3DebugInfo.i3
M m3-sys/llvm/llvm13bindings/src/M3DebugInfo.m3
M m3-sys/llvm/llvm13bindings/src/M3DebugInfoRaw.i3
Log Message:
-----------
Merge pull request #778 from VictorMiasnikov/LLVM__13.0.0__x86__d5.11.4-ZZYYXX-20211126_18-12
LLVM13: Fix M3DebugInfo__GetSubrangeExpr ( draft mode style)
Compare: https://github.com/modula3/cm3/compare/108ef4a36db7...5cdccf34d276
More information about the M3commit
mailing list