llvm-project/llvm/lib/Bitcode
Itay Bookstein 848812a55e [Verifier] Add verification logic for GlobalIFuncs
Verify that the resolver exists, that it is a defined
Function, and that its return type matches the ifunc's
type. Add corresponding check to BitcodeReader, change
clang to emit the correct type, and fix tests to comply.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D112349
2021-10-31 20:00:57 -07:00
..
Reader [Verifier] Add verification logic for GlobalIFuncs 2021-10-31 20:00:57 -07:00
Writer Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
CMakeLists.txt