Skip to content
  • Ulrich Weigand's avatar
    · 396ba8b4
    Ulrich Weigand authored
    [DebugInfo] Introduce DIEExpr variant of DIEValue to hold MCExpr values
    
    This partially reverts r185202 and restores DIELabel to hold plain
    MCSymbol references.  Instead, we add a new subclass DIEExpr of
    DIEValue that can hold generic MCExpr references.
    
    This is in preparation for supporting debug info for TLS variables
    on PowerPC, where we need to describe the variable location using
    a more complex expression than just MCSymbolRefExpr.
    
    llvm-svn: 185458
    396ba8b4
Loading