[Lldb-commits] [PATCH] D20671: [cmake] Add a big warning about a libstdc++ issue

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Thu May 26 07:31:50 PDT 2016


tberghammer accepted this revision.
tberghammer added a comment.
This revision is now accepted and ready to land.

looks good


================
Comment at: cmake/modules/LLDBConfig.cmake:432
@@ +431,3 @@
+        message(WARNING
+            "You appear to be using linking to libstdc++ version lesser than 4.9 without "
+            "exceptions enabled. These versions of the library have an issue, which causes "
----------------
(nit): "be using linking to libstdc++"


http://reviews.llvm.org/D20671





More information about the lldb-commits mailing list