iree icon indicating copy to clipboard operation
iree copied to clipboard

Adding `iree_compiler_cc_library`/`iree_runtime_cc_library` to cmake to match bazel.

Open benvanik opened this issue 3 years ago • 2 comments

Progress on #9421. This is only doing the renaming and not shuffling around any of the copts/linkopts yet.

benvanik avatar Jun 10 '22 22:06 benvanik

This effectively no-op change breaks everything and I have no idea why.... oh~ cmake~

benvanik avatar Jun 11 '22 02:06 benvanik

This effectively no-op change breaks everything and I have no idea why.... oh~ cmake~

As a potential hint. It looks like building the compiler stuff is all working and it's only the runtime that is failing (at least, there are no errors for building the compiler in the full logs)

GMNGeoffrey avatar Jun 13 '22 17:06 GMNGeoffrey

This may be a bit easier to land now that https://github.com/openxla/iree/pull/12645 is merged.

ScottTodd avatar Apr 05 '23 22:04 ScottTodd

Dropping for now as it'd be easier to do from scratch than rebase this.

benvanik avatar May 01 '23 21:05 benvanik