Skip to content

Conversation

@jpienaar
Copy link
Member

@jpienaar jpienaar commented Dec 30, 2022

Results in phony rules generated for both tools and Python to refer to those in tools/ in short form. That is, iree-compile phony target now refers to tools/iree-compile rather than the one inside _mlir_libs:

$ rg -e "build iree-dump-module" -e "build iree-lld" -e "build iree-compile"  build.ninja
211387:build iree-compile: phony tools/iree-compile
211391:build iree-dump-module: phony tools/iree-dump-module
211397:build iree-lld: phony compiler/bindings/python/iree/compiler/_mlir_libs/iree-lld

Fixes #9329.

Results in phony rules generated for both tools and Python to refer to those tools in short form (e.g., iree-compile phony target refers to tools/iree-compile rather than the one inside _mlir_libs)..
@jpienaar jpienaar marked this pull request as ready for review December 30, 2022 21:58
@jpienaar jpienaar enabled auto-merge (squash) December 30, 2022 21:58
@jpienaar jpienaar merged commit 702929a into iree-org:main Dec 30, 2022
pzread pushed a commit to pzread/iree that referenced this pull request Jan 4, 2023
pzread pushed a commit to pzread/iree that referenced this pull request Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Confusing iree-compile and tools/iree-compile targets

2 participants