Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 319433417
Change-Id: Ib9ff204ad7dbff81015b6b2032cf33dea5947ead
  • Loading branch information
pifon2a authored and tensorflower-gardener committed Jul 2, 2020
1 parent 8979807 commit f79fe32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions third_party/mlir/BUILD
Expand Up @@ -2473,6 +2473,8 @@ cc_library(
[
"lib/Analysis/*.cpp",
"lib/Analysis/*.h",
"lib/Analysis/*/*.cpp",
"lib/Analysis/*/*.h",
],
exclude = [
"lib/Analysis/Vector*.cpp",
Expand All @@ -2482,6 +2484,7 @@ cc_library(
hdrs = glob(
[
"include/mlir/Analysis/*.h",
"include/mlir/Analysis/*/*.h",
],
exclude = [
"include/mlir/Analysis/Vector*.h",
Expand Down

0 comments on commit f79fe32

Please sign in to comment.