Skip to content
  • Chandler Carruth's avatar
    1b9dde08
    [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE · 1b9dde08
    Chandler Carruth authored
    define below all header includes in the lib/CodeGen/... tree. While the
    current modules implementation doesn't check for this kind of ODR
    violation yet, it is likely to grow support for it in the future. It
    also removes one layer of macro pollution across all the included
    headers.
    
    Other sub-trees will follow.
    
    llvm-svn: 206837
    1b9dde08
    [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
    Chandler Carruth authored
    define below all header includes in the lib/CodeGen/... tree. While the
    current modules implementation doesn't check for this kind of ODR
    violation yet, it is likely to grow support for it in the future. It
    also removes one layer of macro pollution across all the included
    headers.
    
    Other sub-trees will follow.
    
    llvm-svn: 206837
Loading