Clang and gcc both reject trying to use ifunc with a function which
doesn't return a pointer type. Some opaque pointer tests were using
this, apparently by accident.
Details
Details
- Reviewers
MaskRay ibookstein nikic
Diff Detail
Diff Detail
Paths
| Differential D138622
Verifier: Check ifunc resolver functions return a pointer ClosedPublic Authored by arsenm on Nov 23 2022, 3:30 PM.
Details
Summary Clang and gcc both reject trying to use ifunc with a function which
Diff Detail
Revision Contents
Diff 477631 llvm/lib/IR/Verifier.cpp
llvm/test/Assembler/opaque-ptr-struct-types.ll
llvm/test/Other/force-opaque-ptrs.ll
llvm/test/Verifier/ifunc.ll
|