[all-commits] [llvm/llvm-project] 25ec25: [CMake] Fix recompile all .inc files with LLVM_OPT...
Daniil Fukalov via All-commits
all-commits at lists.llvm.org
Wed Aug 18 00:25:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 25ec252537bc70dd8a28726f893d45a6d2753570
https://github.com/llvm/llvm-project/commit/25ec252537bc70dd8a28726f893d45a6d2753570
Author: Daniil Fukalov <daniil.fukalov at amd.com>
Date: 2021-08-18 (Wed, 18 Aug 2021)
Changed paths:
M llvm/cmake/config-ix.cmake
M llvm/cmake/modules/CrossCompile.cmake
Log Message:
-----------
[CMake] Fix recompile all .inc files with LLVM_OPTIMIZED_TABLEGEN in Visual Studio.
After some moment VS solution generated with LLVM_OPTIMIZED_TABLEGEN started to
generate all .inc files for each build. The reason was it had
"<path to native tablegen>/llvm-tblgen" without .exe as a dependency.
Differential Revision: https://reviews.llvm.org/D107898
More information about the All-commits
mailing list