Skip to content
  • Rafael Espindola's avatar
    2f831dca
    Delay computation of IsAbsolute. · 2f831dca
    Rafael Espindola authored
    We parse linker scripts very early, but whether an expression is
    absolute or not can depend on a symbol defined in a .o. Given that, we
    have to delay the computation of IsAbsolute. We can do that by storing
    an AST when parsing or by also making IsAbsolute a function like we do
    for the expression value. This patch implements the second option.
    
    llvm-svn: 285628
    2f831dca
    Delay computation of IsAbsolute.
    Rafael Espindola authored
    We parse linker scripts very early, but whether an expression is
    absolute or not can depend on a symbol defined in a .o. Given that, we
    have to delay the computation of IsAbsolute. We can do that by storing
    an AST when parsing or by also making IsAbsolute a function like we do
    for the expression value. This patch implements the second option.
    
    llvm-svn: 285628
Loading