[PATCH] D7775: [IR] Avoid the need to prefix MS C++ symbols with '\01'
    Rafael Avila de Espindola via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Mar 15 17:22:14 PDT 2018
    
    
  
espindola added a comment.
While having a symbol table resolved some of the issues, I still think we should aim for the IR having real symbol names one day. It would make it impossible for two GVs to have the same symbol and much easier to reason about which GVs are used from inline assembly.
So while this is an improvement, wouldn't it be better to try to switch the produces to using MM_None?
https://reviews.llvm.org/D7775
    
    
More information about the llvm-commits
mailing list