forked from OSchip/llvm-project
bazel fix for TranslateLib
Reviewed By: cota Differential Revision: https://reviews.llvm.org/D136519
This commit is contained in:
parent
b945733026
commit
21ef1cac13
|
@ -6194,7 +6194,11 @@ cc_library(
|
|||
|
||||
cc_library(
|
||||
name = "TranslateLib",
|
||||
srcs = glob(["lib/Tools/mlir-translate/*.cpp"]),
|
||||
srcs = glob([
|
||||
"lib/Tools/mlir-translate/*.cpp",
|
||||
]) + [
|
||||
"include/mlir/Tools/ParseUtilties.h",
|
||||
],
|
||||
hdrs = glob(["include/mlir/Tools/mlir-translate/*.h"]),
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
|
|
Loading…
Reference in New Issue