commit | 9109a9fa38f3b857303294c03b13ec57fcf88586 | [log] [tgz] |
---|---|---|
author | Stella Laurenzo <laurenzo@google.com> | Wed Oct 23 11:22:52 2019 -0700 |
committer | Stella Laurenzo <laurenzo@google.com> | Wed Oct 23 11:23:40 2019 -0700 |
tree | f19348ab11110b61c570b20ba8e33b6408b1f0db | |
parent | dc322f86be92b62c6e1962a906e01b6566273d17 [diff] |
Fix location of target configs. PiperOrigin-RevId: 276314849
diff --git a/iree/base/BUILD b/iree/base/BUILD index b95663f..3b8249e 100644 --- a/iree/base/BUILD +++ b/iree/base/BUILD
@@ -281,7 +281,7 @@ name = "tracing", hdrs = ["tracing.h"], deps = [ - "//third_party/iree:target_config", + "//iree:target_config", "@com_google_tracing_framework_cpp//:tracing_framework_bindings_cpp", ] + select({ "@com_google_tracing_framework_cpp//:wtf_enable": [":tracing_enabled"],