[PATCH] D17117: [libcxxabi] Fix misleading error message in CMakeLists.txt

Eugene Zelenko via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 10 17:53:18 PST 2016


Eugene.Zelenko created this revision.
Eugene.Zelenko added a reviewer: EricWF.
Eugene.Zelenko added a subscriber: llvm-commits.
Eugene.Zelenko set the repository for this revision to rL LLVM.

This is fix for PR23862.

Repository:
  rL LLVM

http://reviews.llvm.org/D17117

Files:
  CMakeLists.txt

Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -326,7 +326,7 @@
   )
 
   if (LIBCXXABI_LIBUNWIND_SOURCES STREQUAL "LIBCXXABI_LIBUNWIND_SOURCES-NOTFOUND")
-    message(WARNING "LIBCXXABI_LIBCXX_PATH was not specified and couldn't be infered.")
+    message(WARNING "LIBCXXABI_LIBUNWIND_SOURCES was not specified and couldn't be infered.")
     set(LIBCXXABI_LIBUNWIND_SOURCES "")
   endif()
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17117.47570.patch
Type: text/x-patch
Size: 477 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160211/44a23735/attachment.bin>


More information about the llvm-commits mailing list