Skip to content
  • Rui Ueyama's avatar
    Remove SymbolBody::PlaceholderKind. · e3357907
    Rui Ueyama authored
    In the last patch for --trace-symbol, I introduced a new symbol type
    PlaceholderKind and store it to SymVector storage. It made all code
    that iterates over SymVector to recognize and skip PlaceholderKind
    symbols. I found that that's annoying.
    
    In this patch, I removed PlaceholderKind and stop storing them to SymVector.
    Now the information whether a symbol is being watched by --trace-symbol
    is stored to the Symtab hash table.
    
    llvm-svn: 275747
    e3357907
Loading