Integrate LLVM at https://github.com/llvm/llvm-project/commit/f9106e85c424
PiperOrigin-RevId: 309039852 Change-Id: I181f5b540f9b77faab901470afd2fac06611283e
This commit is contained in:
parent
4097f94d2a
commit
73ed3dd46c
third_party/mlir
1
third_party/mlir/BUILD
vendored
1
third_party/mlir/BUILD
vendored
@ -127,7 +127,6 @@ cc_library(
|
||||
hdrs = [
|
||||
"include/mlir-c/Core.h",
|
||||
"include/mlir/EDSC/Builders.h",
|
||||
"include/mlir/EDSC/Intrinsics.h",
|
||||
],
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
|
8
third_party/mlir/test.BUILD
vendored
8
third_party/mlir/test.BUILD
vendored
@ -86,6 +86,14 @@ gentbl(
|
||||
"-gen-enum-defs",
|
||||
"lib/Dialect/Test/TestOpEnums.cpp.inc",
|
||||
),
|
||||
(
|
||||
"-gen-struct-attr-decls",
|
||||
"lib/Dialect/Test/TestOpStructs.h.inc",
|
||||
),
|
||||
(
|
||||
"-gen-struct-attr-defs",
|
||||
"lib/Dialect/Test/TestOpStructs.cpp.inc",
|
||||
),
|
||||
(
|
||||
"-gen-rewriters",
|
||||
"lib/Dialect/Test/TestPatterns.inc",
|
||||
|
Loading…
Reference in New Issue
Block a user