summaryrefslogtreecommitdiffstats
path: root/lldb/cmake/modules
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-11-12 15:32:50 -0800
committerJonas Devlieghere <jonas@devlieghere.com>2019-11-12 15:33:03 -0800
commit34ca6e1fbef54465d623ffc8d55e824054913509 (patch)
treeb6df7dcd33375a695955c41a3c192b3b7f04baf8 /lldb/cmake/modules
parent7ebde1bf67daa24ea7735f2b2d7000d074e2ba93 (diff)
downloadbcm5719-llvm-34ca6e1fbef54465d623ffc8d55e824054913509.tar.gz
bcm5719-llvm-34ca6e1fbef54465d623ffc8d55e824054913509.zip
[LLDB] Remove debug message in AddLLDB.cmake
Diffstat (limited to 'lldb/cmake/modules')
-rw-r--r--lldb/cmake/modules/AddLLDB.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/cmake/modules/AddLLDB.cmake b/lldb/cmake/modules/AddLLDB.cmake
index e094092498a..ecf0b66a41a 100644
--- a/lldb/cmake/modules/AddLLDB.cmake
+++ b/lldb/cmake/modules/AddLLDB.cmake
@@ -103,7 +103,6 @@ function(add_lldb_library name)
# this may result in the wrong install DESTINATION. The FRAMEWORK property
# must be set earlier.
if(PARAM_FRAMEWORK)
- message(WARNING "{name} is now a FRAMEWORK")
set_target_properties(liblldb PROPERTIES FRAMEWORK ON)
endif()
OpenPOWER on IntegriCloud