[PATCH] D13298: Fix PR23871: Passing a string literal to .byte directive crashes the assembler
    Saleem Abdulrasool via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Oct  7 19:59:13 PDT 2015
    
    
  
compnerd added a comment.
This really is the wrong way to handle this.  .byte shouldn't accept the string literal in the first place.  This should be diagnosed in the AsmParser.  I can take a look at that if you like.
Repository:
  rL LLVM
http://reviews.llvm.org/D13298
    
    
More information about the llvm-commits
mailing list