Open woodruffw opened 2 years ago
Is there any way to construct an example bitcode file that has a VALUE_SYMTAB_BLOCK
in FUNCTION_BLOCK
?
I was unable to get a file that has this property and had difficulty to do further research and help.
My current way of creating bitcode file relies on clang
and clang++
I'm going to try to constrain #14 to just the
MODULE_CODE_FUNCTION
records, not theFUNCTION_BLOCK
s themselves.Mapping
FUNCTION_BLOCK
requires support for three subblocks:CONSTANTS_BLOCK
VALUE_SYMTAB_BLOCK
METADATA_ATTACHMENT
METADATA_BLOCK
USELIST_BLOCK