[llvm] [bazel] Add td_library target for OptParser.td (PR #86363)
Keith Smiley via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 22 16:59:44 PDT 2024
================
@@ -4,6 +4,7 @@
load("@bazel_skylib//rules:common_settings.bzl", "string_flag")
load("@bazel_skylib//rules:expand_template.bzl", "expand_template")
+load("//mlir:tblgen.bzl", "td_library")
----------------
keith wrote:
this is potentially a bit weird to depend on here, any thoughts?
https://github.com/llvm/llvm-project/pull/86363
More information about the llvm-commits
mailing list