Previously the type description structs were defined in the parser. For the fuzzing targets we'll need to use those, so I've moved them into core_structs.h. Additionally I've renamed the function for determining the TypeDesc from a given type. Previously it shared its name with get_type_desc which is a related but separate function that is a part of the parser. Reviewed By: lntue Differential Revision: https://reviews.llvm.org/D143595
LLVM libc ========= This directory and its subdirectories contain source code for llvm-libc, a retargetable implementation of the C standard library. LLVM is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.