[llvm] [CMake][Windows] Fix Debug config build when using MSBuild (PR #111765)
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 14 03:22:05 PDT 2024
================
@@ -191,9 +191,13 @@ macro(add_tablegen target project)
# FIXME: Quick fix to reflect LLVM_TABLEGEN to llvm-min-tblgen
if("${target}" STREQUAL "llvm-min-tblgen"
- AND NOT "${LLVM_TABLEGEN}" STREQUAL ""
- AND NOT "${LLVM_TABLEGEN}" STREQUAL "llvm-tblgen")
- set(${project}_TABLEGEN_DEFAULT "${LLVM_TABLEGEN}")
----------------
chapuni wrote:
I suppose `${LLVM_TABLEGEN}` is `llvm-tblgen` by default.
You can modify it if you want to use out-of-tree `llvm-tblgen`.
https://github.com/llvm/llvm-project/pull/111765
More information about the llvm-commits
mailing list