Skip to content
  1. Nov 18, 2016
  2. Nov 17, 2016
  3. Nov 16, 2016
  4. Nov 15, 2016
    • Rui Ueyama's avatar
      Refactor symbol version assignmnt code. · 82492142
      Rui Ueyama authored
      The code to handle symbol versions is getting tricky and hard to
      understand, so it is probably time to simplify it. This patch does
      the following.
      
       - Add `DemangledSyms` variable to SymbolTable so that we don't
         need to pass it around to findDemangled.
       - Define `initDemangledSyms` to initialize the variable lazily.
       - hasExternCpp is removed because we no longer have to initialize
         the map eagerly.
       - scanScriptVersion is split.
       - Comments are updated.
      
      llvm-svn: 287002
      82492142
    • Rui Ueyama's avatar
      Rename variables of type SymbolVersion. · baf7ee3c
      Rui Ueyama authored
      In this file, `sym` was used for both SymbolBody and SymbolVersion
      although the two are completely different.
      
      llvm-svn: 286992
      baf7ee3c
Loading