Address comments
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bf77c9a..b14a4dc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -139,7 +139,7 @@
message(FATAL_ERROR "Cross compilation with Windows host system is not supported yet")
endif()
- message(STATUS "Detected cross compilation mode, configuring IREE on host...")
+ message(STATUS "Detected cross compilation mode; configuring IREE on host...")
# C/C++ compilers for host compilation.
# Note: we need to explicitly set this because IREE does not work well with
@@ -163,7 +163,7 @@
# Use another CMake invocation to configure a build for host.
iree_create_configuration(HOST)
- message(STATUS "Done configuring IREE on host")
+ message(STATUS "Done configuring IREE on host in ${IREE_HOST_BINARY_ROOT}")
endif()
#-------------------------------------------------------------------------------
diff --git a/iree/tools/CMakeLists.txt b/iree/tools/CMakeLists.txt
index 25cec9d..8795673 100644
--- a/iree/tools/CMakeLists.txt
+++ b/iree/tools/CMakeLists.txt
@@ -335,7 +335,7 @@
endif(${IREE_BUILD_COMPILER})
# If cross-compiling, we need to declare iree-translate under host configuration
-# unconditionally because we need to run it on host to generate VM modules
+# unconditionally because we need to run it on host to generate VM modules
# for tests.
if(${IREE_BUILD_COMPILER} OR CMAKE_CROSSCOMPILING)
iree_cc_binary(