[all-commits] [llvm/llvm-project] c1bc4f: [lldb] Simplify CMake logic with LLVM's append_if ...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Aug 20 22:35:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c1bc4fb95e37ade1256da8ea8db1030ae84705bd
https://github.com/llvm/llvm-project/commit/c1bc4fb95e37ade1256da8ea8db1030ae84705bd
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-08-20 (Thu, 20 Aug 2020)
Changed paths:
M lldb/cmake/modules/LLDBConfig.cmake
Log Message:
-----------
[lldb] Simplify CMake logic with LLVM's append_if function
Use the append_if CMake function from HandleLLVMOptions. Since we
include this file in LLDBStandalone it should work in both for in-tree
and out-of-tree builds.
More information about the All-commits
mailing list