[all-commits] [llvm/llvm-project] 97866b: [ThinLTO][Legacy] Fix StringRef assertion from Thi...

Steven Wu via All-commits all-commits at lists.llvm.org
Fri Sep 4 12:31:37 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 97866b8de81ce71cf9ae9e50feb450335b0537a0
      https://github.com/llvm/llvm-project/commit/97866b8de81ce71cf9ae9e50feb450335b0537a0
  Author: Steven Wu <stevenwu at apple.com>
  Date:   2020-09-04 (Fri, 04 Sep 2020)

  Changed paths:
    M llvm/lib/LTO/ThinLTOCodeGenerator.cpp

  Log Message:
  -----------
  [ThinLTO][Legacy] Fix StringRef assertion from ThinLTO bots

This is a presumed fix for FireFox thinLTO bot fix which hits assertion
failure for invalid index when access StringRef. Techinically, `IRName`
in the symtab should not be empty string for the entries we cared about
but this will help to fix the bot before more information can be
provided. Otherwise, NFCI.




More information about the All-commits mailing list