"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "a8022fa70de20171d95d54d6921d7a32d7108a77"
Bitcode: Use unsigned char to record MDStrings
`MDString`s can have arbitrary characters in them. Prevent an assertion that fired in `BitcodeWriter` because of sign extension by copying the characters into the record as `unsigned char`s. Based on a patch by Keno Fischer; fixes PR21882. llvm-svn: 224077
Loading
Please register or sign in to comment