commit | 1d01fe665c73069e2a7ed414cc0045bfdecc6576 | [log] [tgz] |
---|---|---|
author | Geoffrey Martin-Noble <gcmn@google.com> | Wed May 12 18:47:31 2021 -0700 |
committer | GitHub <noreply@github.com> | Wed May 12 18:47:31 2021 -0700 |
tree | b6a88657d5c1bba92fa0034911305d4e1ca057ea | |
parent | fe9e7de4a0d262b1aab6b907a257b0d004b65e32 [diff] |
Add C_IDENTIFIER to fix breakage from midair collision (#5869) Collision between https://github.com/google/iree/pull/5655 making use of `iree_bytecode_module` and https://github.com/google/iree/commit/24fbc70911 modifying it.
diff --git a/iree/samples/vision/CMakeLists.txt b/iree/samples/vision/CMakeLists.txt index 7f23120..422c1b9 100644 --- a/iree/samples/vision/CMakeLists.txt +++ b/iree/samples/vision/CMakeLists.txt
@@ -22,7 +22,8 @@ mnist_bytecode_module SRC "mnist.mlir" - C_OUTPUT + C_IDENTIFIER + "mnist_bytecode_module_c" FLAGS "-iree-mlir-to-vm-bytecode-module" "-iree-hal-target-backends=dylib-llvm-aot"