[all-commits] [llvm/llvm-project] 7f8dc3: [llvm] Export LLVM_USE_SPLIT_DWARF in LLVMConfig.c...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Oct 12 16:49:17 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7f8dc347c9552f339b4410b679d91bceb2cc456e
      https://github.com/llvm/llvm-project/commit/7f8dc347c9552f339b4410b679d91bceb2cc456e
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-10-12 (Mon, 12 Oct 2020)

  Changed paths:
    M llvm/cmake/modules/LLVMConfig.cmake.in

  Log Message:
  -----------
  [llvm] Export LLVM_USE_SPLIT_DWARF in LLVMConfig.cmake

Export LLVM_USE_SPLIT_DWARF in LLVMConfig.cmake so that it can be used
from standalone builds of clang and lldb. Currently, there is no way for
standalone builds to know whether this option was set which means that
it only applies to LLVM.

Differential revision: https://reviews.llvm.org/D89282




More information about the All-commits mailing list