[all-commits] [llvm/llvm-project] b862bc: [ELF] Move SymbolUnion assertions to source file

Shoaib Meenai via All-commits all-commits at lists.llvm.org
Fri Apr 22 16:45:25 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b862bcbf4455e3a9f6cb1c9be16ef529415b5357
      https://github.com/llvm/llvm-project/commit/b862bcbf4455e3a9f6cb1c9be16ef529415b5357
  Author: Shoaib Meenai <smeenai at fb.com>
  Date:   2022-04-22 (Fri, 22 Apr 2022)

  Changed paths:
    M lld/ELF/Symbols.cpp
    M lld/ELF/Symbols.h

  Log Message:
  -----------
  [ELF] Move SymbolUnion assertions to source file

Otherwise they fires for every single file which includes the header,
which is very noisy when building.

Reviewed By: MaskRay, peter.smith

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




More information about the All-commits mailing list