[all-commits] [llvm/llvm-project] a54919: [LLD] [COFF] Error out if creating a DLL with too ...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Mon Aug 31 11:33:05 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a54919e0c11542f6716043003e403f1910f32528
      https://github.com/llvm/llvm-project/commit/a54919e0c11542f6716043003e403f1910f32528
  Author: Martin Storsjö <martin at martin.st>
  Date:   2020-08-31 (Mon, 31 Aug 2020)

  Changed paths:
    M lld/COFF/DriverUtils.cpp
    A lld/test/COFF/Inputs/def-many.py
    A lld/test/COFF/export-limit.s

  Log Message:
  -----------
  [LLD] [COFF] Error out if creating a DLL with too many exported symbols

The PE/DLL format has a limit on 64k exported symbols per DLL; make
sure to check this.

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




More information about the All-commits mailing list