[all-commits] [llvm/llvm-project] 570220: [BPF] Triple::isBPF() utility method

eddyz87 via All-commits all-commits at lists.llvm.org
Fri Jan 6 22:37:44 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5702202ad6662898d1b222a05e0a6e9d2efb428f
      https://github.com/llvm/llvm-project/commit/5702202ad6662898d1b222a05e0a6e9d2efb428f
  Author: Eduard Zingerman <eddyz87 at gmail.com>
  Date:   2023-01-06 (Fri, 06 Jan 2023)

  Changed paths:
    M llvm/include/llvm/TargetParser/Triple.h

  Log Message:
  -----------
  [BPF] Triple::isBPF() utility method

Adds a utility method llvm::Triple::isBPF() aggregating Triple::bpfel
and Triple::bpfeb architectures. Similar to other predicates in this class.

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




More information about the All-commits mailing list