[PATCH] D38940: Make x86 __ehhandler comdat if parent function is
    Shoaib Meenai via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Oct 15 21:40:00 PDT 2017
    
    
  
smeenai added a comment.
You can use `/Gy` (or `-ffunction-sections` if you're not using the cl-style driver) to force each function into its own COMDAT section.
https://reviews.llvm.org/D38940
    
    
More information about the llvm-commits
mailing list