[all-commits] [llvm/llvm-project] 369337: [demangler][NFC] Use def file for node names

Nathan Sidwell via All-commits all-commits at lists.llvm.org
Fri Apr 1 05:03:49 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 369337e3c2225e3a09f62a6016a93752aa7e3812
      https://github.com/llvm/llvm-project/commit/369337e3c2225e3a09f62a6016a93752aa7e3812
  Author: Nathan Sidwell <nathan at acm.org>
  Date:   2022-04-01 (Fri, 01 Apr 2022)

  Changed paths:
    M libcxxabi/src/demangle/ItaniumDemangle.h
    A libcxxabi/src/demangle/ItaniumNodes.def
    M libcxxabi/src/demangle/cp-to-llvm.sh
    M llvm/include/llvm/Demangle/ItaniumDemangle.h
    A llvm/include/llvm/Demangle/ItaniumNodes.def

  Log Message:
  -----------
  [demangler][NFC] Use def file for node names

In order to add a unit test, we need to expose the node names beyond
ItaniumDemangle.h.  This breaks them out into a def file.

Reviewed By: dblaikie

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




More information about the All-commits mailing list