This:
AggregateString += "\0\0"; Doesn't add two nuls to the AggregateString (for obvious reasons), which broke the asmprinter when the first character of an asm string was not literal text. llvm-svn: 30625
Loading
Please register or sign in to comment