[all-commits] [llvm/llvm-project] fe82d3: [dsymutil] Don't emit N_AST symbol entries in the ...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Jun 5 08:42:39 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fe82d3a3ae32843069349eace204593520403964
      https://github.com/llvm/llvm-project/commit/fe82d3a3ae32843069349eace204593520403964
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-06-05 (Fri, 05 Jun 2020)

  Changed paths:
    M llvm/test/tools/dsymutil/X86/swift-ast-x86_64.test
    M llvm/tools/dsymutil/MachOUtils.cpp

  Log Message:
  -----------
  [dsymutil] Don't emit N_AST symbol entries in the Mach-O companion file

Treat N_AST symbol table entries like other debug entries and don't emit
them in the linked binary.

Differential revision: https://reviews.llvm.org/D81205




More information about the All-commits mailing list