[all-commits] [llvm/llvm-project] 52465d: [lldb] Make compiler-rt an optional LLDB test depe...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Jul 25 09:29:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52465dc17877d742aad737622e0da04aea2d72cb
https://github.com/llvm/llvm-project/commit/52465dc17877d742aad737622e0da04aea2d72cb
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-07-25 (Mon, 25 Jul 2022)
Changed paths:
M lldb/test/CMakeLists.txt
Log Message:
-----------
[lldb] Make compiler-rt an optional LLDB test dependency
Make compiler-rt an LLDB test dependency if the corresponding target
exists. Similarly we already have `asan` and `tsan` as optional test
dependencies, but we need the `compiler-rt` target when enabling
compiler-rt trough LLVM_ENABLE_RUNTIMES.
More information about the All-commits
mailing list