[PATCH] D107898: [CMake] Fix recompile all .inc files with LLVM_OPTIMIZED_TABLEGEN in Visual Studio.

Daniil Fukalov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 17 00:24:33 PDT 2021


dfukalov marked an inline comment as done.
dfukalov added inline comments.


================
Comment at: llvm/cmake/config-ix.cmake:694
+function(llvm_get_host_prefixes_and_suffixes)
+  message("CMAKE_HOST_SYSTEM_NAME: ${CMAKE_HOST_SYSTEM_NAME}")
+  include(Platform/${CMAKE_HOST_SYSTEM_NAME} OPTIONAL RESULT_VARIABLE _includedFile)
----------------
beanz wrote:
> I realize this was in the code I gave you but, please strip out these two message lines.
Thanks for double-check, don't know why I left it here...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107898/new/

https://reviews.llvm.org/D107898



More information about the llvm-commits mailing list