[llvm] Make BytecodeOpInterface self-contained (PR #98676)
Jacques Pienaar via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 12 18:25:23 PDT 2024
================
@@ -8643,7 +8643,11 @@ gentbl_cc_library(
cc_library(
name = "BytecodeOpInterface",
- srcs = ["lib/Bytecode/BytecodeOpInterface.cpp"],
+ srcs = [
+ "include/mlir/Bytecode/BytecodeReader.h",
----------------
jpienaar wrote:
Checked and we can drop this header from being included in BytecodeOpInterface, the other one we should probably refactor (e.g., extract the config out) so that the cmake and bazel builds are more similar.
Would you mind doing that along with this? (else I can too)
https://github.com/llvm/llvm-project/pull/98676
More information about the llvm-commits
mailing list