This patch resolves llvm-c-test's following error
LLVM ERROR: LLVMGetValueKind returned incorrect type
which arises when the input bitcode contains a null pointer.
Paths
| Differential D68928
Fix clone_constant_impl to correctly deal with null pointers ClosedPublic Authored by aqjune on Oct 13 2019, 8:59 AM.
Details Summary This patch resolves llvm-c-test's following error LLVM ERROR: LLVMGetValueKind returned incorrect type which arises when the input bitcode contains a null pointer.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Oct 19 2019, 12:39 PM Closed by commit rG31be9f3f7dee: Fix clone_constant_impl to correctly deal with null pointers (authored by aqjune). · Explain WhyNov 4 2019, 8:55 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 224784 test/Bindings/llvm-c/echo.ll
tools/llvm-c-test/echo.cpp
|