[all-commits] [llvm/llvm-project] 3fbe51: [lldb] Respect previously set values of LLDB_TABLE...
Alex via All-commits
all-commits at lists.llvm.org
Mon Dec 16 14:39:15 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3fbe518a102a344abbd837e364a404c0c695d183
https://github.com/llvm/llvm-project/commit/3fbe518a102a344abbd837e364a404c0c695d183
Author: Alex Langford <apl at fb.com>
Date: 2019-12-16 (Mon, 16 Dec 2019)
Changed paths:
M lldb/utils/TableGen/CMakeLists.txt
Log Message:
-----------
[lldb] Respect previously set values of LLDB_TABLEGEN_EXE
If you set LLDB_TABLEGEN_EXE in a CMake cache file or in the CMake
invocation line, your setting isn't respected. Setting up the tablegen
for the host will overwrite the value that we set LLDB_TABLEGEN_EXE to,
which defeats the whole point of setting it in the first place.
More information about the All-commits
mailing list