[PATCH] D78793: Names for structs are held on the Context, not the Module. Move getTypeByName from Module to Type taking a Context parameter.
Nick Lewycky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 22 23:04:46 PDT 2020
nicholas updated this revision to Diff 272617.
nicholas added a project: Polly.
nicholas added a comment.
Use LLVMGetTypeByName2 in llvm-c-test echo test too.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78793/new/
https://reviews.llvm.org/D78793
Files:
llvm/include/llvm-c/Core.h
llvm/include/llvm/IR/DerivedTypes.h
llvm/lib/Frontend/OpenMP/OMPConstants.cpp
llvm/lib/IR/Core.cpp
llvm/lib/IR/Type.cpp
llvm/lib/Linker/IRMover.cpp
llvm/tools/llvm-c-test/echo.cpp
llvm/unittests/Analysis/TargetLibraryInfoTest.cpp
polly/lib/CodeGen/LoopGeneratorsKMP.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78793.272617.patch
Type: text/x-patch
Size: 9076 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200623/9e91529e/attachment-0001.bin>
More information about the llvm-commits
mailing list