Skip to content
  • Rui Ueyama's avatar
    Simplify type of Config->SymbolOrderingFile. · 31270311
    Rui Ueyama authored
    That variable was of type DenseMap<StringRef, unsigned>, but the
    unsigned numbers needed to be monotonicly increasing numbers because
    the implementation that used the variable depended on that fact.
    That was an implementation detail and shouldn't have leaked into Config.
    
    This patch simplifies its type to std::vector<StringRef>.
    
    llvm-svn: 290151
    31270311
Loading