[llvm] [NewPM][BPF] Add `BPFCodeGenPassBuilder` (PR #94158)
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 17 15:29:33 PDT 2024
================
@@ -0,0 +1,30 @@
+//===-- BPFCodeGenPassBuilder.cpp -----------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// This file implements BPFCodeGenPassBuilder class.
----------------
aeubanks wrote:
I'd remove this comment, it's not very useful
https://github.com/llvm/llvm-project/pull/94158
More information about the llvm-commits
mailing list