llvm-project/lldb
Jonas Devlieghere a247bd1f27 [LLDB] Fix/silence CMake developer warning for LLDB framework.
This fixes the following warning for developers:

  Target 'liblldb' was changed to a FRAMEWORK sometime after install().  This
  may result in the wrong install DESTINATION.  Set the FRAMEWORK property
  earlier.

The solution is to pass the FRAMEWORK flag to add_lldb_library and set
the target property before install(). For now liblldb is the only
customer.
2019-11-12 14:17:19 -08:00
..
cmake [LLDB] Fix/silence CMake developer warning for LLDB framework. 2019-11-12 14:17:19 -08:00
docs lldb/docs: update the lldb-x86_64-debian bot url 2019-11-06 16:02:23 +01:00
examples crashlog.py: Improve regular expressions 2019-11-07 10:52:06 -08:00
include/lldb [LLDB][Formatters] Re-enable std::function formatter with fixes to improve non-cached lookup performance 2019-11-12 11:30:18 -08:00
packages/Python/lldbsuite [LLDB][Formatters] Re-enable std::function formatter with fixes to improve non-cached lookup performance 2019-11-12 11:30:18 -08:00
resources [CMake] Revised LLDB.framework builds 2019-01-04 12:46:50 +00:00
scripts [LLDB][Python] remove ArgInfo::count 2019-11-04 12:48:49 -08:00
source [LLDB] Fix/silence CMake developer warning for LLDB framework. 2019-11-12 14:17:19 -08:00
test [LLDB] Always remove debugserver from LLVM_DISTRIBUTION_COMPONENTS 2019-11-12 12:58:26 -08:00
third_party/Python/module Increase timeout in pexpect to lower chances of tests failing under ASAN. 2019-10-10 16:16:49 +00:00
tools Performance: Add a set of visited SymbolFiles to the other FindFiles variant. 2019-11-12 09:38:37 -08:00
unittests [LLDB] Fix handling for the clang name mangling extension for block invocations 2019-11-06 14:20:00 -08:00
utils [LLDB] Fix inline variable only used in assertion. (NFC) 2019-10-25 15:47:17 -07:00
.arcconfig
.clang-format
.gitignore Add .noindex to the gitignore 2019-04-05 17:57:42 +00:00
CMakeLists.txt [lldb] Record framework build path and use it everywhere 2019-11-06 14:05:35 -08:00
CODE_OWNERS.txt [lldb][NFC] Cleanup mentions and code related to lldb-mi 2019-07-19 15:55:23 +00:00
LICENSE.TXT Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
use_lldb_suite_root.py