[all-commits] [llvm/llvm-project] f4a852: [NFC][BPF] fix comments and rename functions relat...

yonghong-song via All-commits all-commits at lists.llvm.org
Mon Oct 18 10:44:32 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f4a8526cc49f53f86e84b3d0113694c86adacaa8
      https://github.com/llvm/llvm-project/commit/f4a8526cc49f53f86e84b3d0113694c86adacaa8
  Author: Yonghong Song <yhs at fb.com>
  Date:   2021-10-18 (Mon, 18 Oct 2021)

  Changed paths:
    M llvm/lib/Target/BPF/BTF.h
    M llvm/lib/Target/BPF/BTFDebug.cpp
    M llvm/lib/Target/BPF/BTFDebug.h

  Log Message:
  -----------
  [NFC][BPF] fix comments and rename functions related to BTF_KIND_DECL_TAG

There are no functionality change.
Fix some comments and rename processAnnotations() to
processDeclAnnotations() to avoid confusion when later
BTF_KIND_TYPE_TAG is introduced (https://reviews.llvm.org/D111199).




More information about the All-commits mailing list