[all-commits] [llvm/llvm-project] 5c83be: More principled implementation of DISubprogram::de...

adrian-prantl via All-commits all-commits at lists.llvm.org
Mon Mar 2 10:03:37 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c83bedecab94f4dbbb0449cced31aec1b8aaac5
      https://github.com/llvm/llvm-project/commit/5c83bedecab94f4dbbb0449cced31aec1b8aaac5
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2020-03-02 (Mon, 02 Mar 2020)

  Changed paths:
    M llvm/lib/IR/DebugInfoMetadata.cpp
    M llvm/lib/IR/Verifier.cpp
    A llvm/test/Verifier/disubprogram-name-match-only.ll

  Log Message:
  -----------
  More principled implementation of DISubprogram::describes()

Previously we would also accept DISubprograms that matched in name
only, but this doesn't appear to be necessary any more.

I did a Full and Thin LTO build of Clang and it completed without a warning.

Differential Revision: https://reviews.llvm.org/D75213




More information about the All-commits mailing list