Skip to content
  • Rui Ueyama's avatar
    aa2db889
    ELF: Make error() to always set HasError. · aa2db889
    Rui Ueyama authored
    Previously, it checked for the EC parameter and set HasError
    only when there was an error. But in most places we called
    error only when error had occurred, so this behavior was confusing.
    
    llvm-svn: 275517
    aa2db889
    ELF: Make error() to always set HasError.
    Rui Ueyama authored
    Previously, it checked for the EC parameter and set HasError
    only when there was an error. But in most places we called
    error only when error had occurred, so this behavior was confusing.
    
    llvm-svn: 275517
Loading