Skip to content
  • Rui Ueyama's avatar
    Allow calling getName() on local symbols. · c72ba3a4
    Rui Ueyama authored
    Previously, we stored offsets in string tables to symbols, so
    you needed to pass a string table to get a symbol name. This patch
    stores const char pointers instead to eliminate the need to pass
    a string table.
    
    llvm-svn: 287737
    c72ba3a4
Loading