[llvm][Bitcode] Add bitcode reader/writer for DSOLocalEquivalent
This is necessary for compilation with [thin]lto. Differential Revision: https://reviews.llvm.org/D96170
This commit is contained in:
@@ -218,6 +218,7 @@ static Optional<const char *> GetCodeName(unsigned CodeID, unsigned BlockID,
|
||||
STRINGIFY_CODE(CST_CODE, INLINEASM)
|
||||
STRINGIFY_CODE(CST_CODE, CE_SHUFVEC_EX)
|
||||
STRINGIFY_CODE(CST_CODE, CE_UNOP)
|
||||
STRINGIFY_CODE(CST_CODE, DSO_LOCAL_EQUIVALENT)
|
||||
case bitc::CST_CODE_BLOCKADDRESS:
|
||||
return "CST_CODE_BLOCKADDRESS";
|
||||
STRINGIFY_CODE(CST_CODE, DATA)
|
||||
|
||||
Reference in New Issue
Block a user