[PATCH] D107898: [CMake] Fix recompile all .inc files with LLVM_OPTIMIZED_TABLEGEN in Visual Studio.
Chris Bieneman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 16 14:14:57 PDT 2021
beanz added a comment.
LGTM
================
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)
----------------
I realize this was in the code I gave you but, please strip out these two message lines.
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