[llvm-branch-commits] [lldb] release/22.x: [lldb] Add EXPORT to lldb-tblgen (#192610) (PR #193171)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Apr 21 02:55:16 PDT 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: llvmbot

<details>
<summary>Changes</summary>

Backport 766607ca643eac9643bda2831e5f317bf86df81f

Requested by: @<!-- -->DavidSpickett

---
Full diff: https://github.com/llvm/llvm-project/pull/193171.diff


1 Files Affected:

- (modified) lldb/utils/TableGen/CMakeLists.txt (+1) 


``````````diff
diff --git a/lldb/utils/TableGen/CMakeLists.txt b/lldb/utils/TableGen/CMakeLists.txt
index ce96dddd44201..7ca1ea51df5af 100644
--- a/lldb/utils/TableGen/CMakeLists.txt
+++ b/lldb/utils/TableGen/CMakeLists.txt
@@ -9,6 +9,7 @@ if (NOT DEFINED LLDB_TABLEGEN_EXE)
 
     add_tablegen(lldb-tblgen LLDB
       DESTINATION "${CMAKE_INSTALL_BINDIR}"
+      EXPORT LLDB
       LLDBOptionDefEmitter.cpp
       LLDBPropertyDefEmitter.cpp
       LLDBTableGen.cpp

``````````

</details>


https://github.com/llvm/llvm-project/pull/193171


More information about the llvm-branch-commits mailing list