File tree 3 files changed +4
-7
lines changed
3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ build --force_pic
41
41
###############################################################################
42
42
# Build settings flag aliases. See https://bazel.build/rules/config
43
43
###############################################################################
44
- build --flag_alias=iree_drivers=//runtime/src/iree/hal/drivers:enabled_drivers
44
+ build --flag_alias=iree_drivers=@iree //runtime/src/iree/hal/drivers:enabled_drivers
45
45
build --flag_alias=iree_link_compiler_shared=//compiler/src/iree/compiler/API:link_shared
46
46
# Equivalent to CMake flag IREE_ENABLE_RUNTIME_TRACING + IREE_TRACING_PROVIDER.
47
47
# Builds the runtime with tracing support enabled.
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ cc_test(
45
45
"iree/compiler/loader/loader_test.c" ,
46
46
],
47
47
args = [
48
- "lib/libIREECompiler.so" ,
48
+ "$(WORKSPACE_ROOT)/ lib/libIREECompiler.so" ,
49
49
],
50
50
data = [
51
51
"//lib:libIREECompiler.so" ,
@@ -55,4 +55,6 @@ cc_test(
55
55
":headers" ,
56
56
":loader" ,
57
57
],
58
+ toolchains = ["//:workspace_root" ],
58
59
)
60
+
Original file line number Diff line number Diff line change @@ -310,11 +310,6 @@ py_library(
310
310
),
311
311
)
312
312
313
- py_library (
314
- name = "CompilerDialectPyFiles" ,
315
- srcs = ["iree/compiler/dialects/transform/iree_structured" ],
316
- )
317
-
318
313
# These flags are needed for pybind11 to work.
319
314
PYBIND11_COPTS = [
320
315
"-fexceptions" ,
You can’t perform that action at this time.
0 commit comments