[Lldb-commits] [PATCH] D140051: [lldb] Add LTO dependency to lldb test suite
Augusto Noronha via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 22 10:17:59 PST 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf85cc6009aa7: [lldb] Add LTO dependency to lldb test suite (authored by augusto2112).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140051/new/
https://reviews.llvm.org/D140051
Files:
lldb/test/CMakeLists.txt
Index: lldb/test/CMakeLists.txt
===================================================================
--- lldb/test/CMakeLists.txt
+++ lldb/test/CMakeLists.txt
@@ -95,6 +95,9 @@
if(TARGET clang)
add_lldb_test_dependency(clang)
+ # TestFullLtoStepping depends on LTO, and only runs when the compiler is clang.
+ add_lldb_test_dependency(LTO)
+
if (TARGET libcxx OR ("libcxx" IN_LIST LLVM_ENABLE_RUNTIMES))
set(LLDB_HAS_LIBCXX ON)
if(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR AND NOT APPLE)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140051.484874.patch
Type: text/x-patch
Size: 501 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20221222/911d6910/attachment-0001.bin>
More information about the lldb-commits
mailing list